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

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut
Date: 2008-07-04 10:50:20
Message-ID: 20080704105020.41233754857@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-07-04 12:29:03 Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut
Previous Message Magnus Hagander 2008-07-04 10:50:18 pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-07-04 12:29:03 Re: pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut
Previous Message Magnus Hagander 2008-07-04 10:27:07 Re: [GENERAL] pg crashing