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:18
Message-ID: 20080704105018.B3FDB754857@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-07-04 10:50:20 pgsql: Fix a couple of bugs in win32 shmem name generation: * Don't cut
Previous Message User Eggyknap 2008-07-04 01:14:34 pllolcode - pllolcode: Update documentation