Andres Freund writes:
> Hi Robert,
> You have a small typo in the patch:
Fixed, thanks for the report.
regards, tom lane
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/
Fix confusion between "size" and "AnonymousShmemSize".
Noted by Andres Freund. Also improve a couple of comments.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/42e2ce6ae3e931953135a55b173a5ec4c54506c4
Modified Files
--
src/backend/port/sysv_shmem.c |
Hi Robert,
You have a small typo in the patch:
+ /*
+* pagesize will, for practical purposes, always be a power of two.
+* But just in case it isn't, we do it this way instead of using
+* TYPEALIGN().
+*/
+ AnonymousShmemSize = size;
+ if (size %
Excerpts from Alvaro Herrera's message of vie jun 29 12:12:07 -0400 2012:
> pg_dump: Fix verbosity level in LO progress messages
>
> In passing, reword another instance of the same message that was
> gratuitously different.
I have to apologize about this commit -- I had pushed it on master and
o
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
This bug was introduced by commit 20d98ab6e4110087d1816cd105a40fcc8ce0a307,
so backpatch this to 9.0-9.2 like that one.
This fixes bug #6710, reported by Tarvi Pillessaar
Branch
--
REL9_2_STABLE
Details
---
ht
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
This bug was introduced by commit 20d98ab6e4110087d1816cd105a40fcc8ce0a307,
so backpatch this to 9.0-9.2 like that one.
This fixes bug #6710, reported by Tarvi Pillessaar
Branch
--
REL9_1_STABLE
Details
---
ht
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
This bug was introduced by commit 20d98ab6e4110087d1816cd105a40fcc8ce0a307,
so backpatch this to 9.0-9.2 like that one.
This fixes bug #6710, reported by Tarvi Pillessaar
Branch
--
REL9_0_STABLE
Details
---
ht
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
This bug was introduced by commit 20d98ab6e4110087d1816cd105a40fcc8ce0a307,
so backpatch this to 9.0-9.2 like that one.
This fixes bug #6710, reported by Tarvi Pillessaar
Branch
--
master
Details
---
http://gi
Make the pg_upgrade log files contain actual commands
Now the log file not only contains the output from commands executed by
system(), but also what command it was in the first place. This
arrangement makes debugging a lot simpler.
Branch
--
REL9_2_STABLE
Details
---
http://git.postgre
Make the pg_upgrade log files contain actual commands
Now the log file not only contains the output from commands executed by
system(), but also what command it was in the first place. This
arrangement makes debugging a lot simpler.
Branch
--
master
Details
---
http://git.postgresql.org
pg_dump: Fix verbosity level in LO progress messages
In passing, reword another instance of the same message that was
gratuitously different.
Author: Josh Kupershmidt
after a bug report by Bosco Rama
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/fe9912270df
Make init-po and update-po recursive make targets
This is for convenience, now that adding recursive targets is much
easier than it used to be when the NLS stuff was initially added.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/b344c651fb87cb7c7f9f59b714e2879e777c
12 matches
Mail list logo