pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut
Дата
Msg-id 20080704105020.41233754857@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-committers
Log Message:
-----------
Fix a couple of bugs in win32 shmem name generation:
* Don't cut off the prefix. With this fix, it's again readable.
* Properly store it in the Global namespace as intended.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/port:
        win32_shmem.c (r1.4 -> r1.4.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32_shmem.c?r1=1.4&r2=1.4.2.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: eggyknap@pgfoundry.org (User Eggyknap)
Дата:
Сообщение: pllolcode - pllolcode: Update documentation
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut