Re: [COMMITTERS] pgsql: Dramatically reduce System V shared memory consumption.

2012-06-29 Thread Tom Lane
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/

[COMMITTERS] pgsql: Fix confusion between "size" and "AnonymousShmemSize".

2012-06-29 Thread Tom Lane
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 |

Re: [COMMITTERS] pgsql: Dramatically reduce System V shared memory consumption.

2012-06-29 Thread Andres Freund
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 %

Re: [COMMITTERS] pgsql: pg_dump: Fix verbosity level in LO progress messages

2012-06-29 Thread Alvaro Herrera
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

[COMMITTERS] pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not

2012-06-29 Thread Heikki Linnakangas
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

[COMMITTERS] pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not

2012-06-29 Thread Heikki Linnakangas
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

[COMMITTERS] pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not

2012-06-29 Thread Heikki Linnakangas
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

[COMMITTERS] pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not

2012-06-29 Thread Heikki Linnakangas
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

[COMMITTERS] pgsql: Make the pg_upgrade log files contain actual commands

2012-06-29 Thread Alvaro Herrera
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

[COMMITTERS] pgsql: Make the pg_upgrade log files contain actual commands

2012-06-29 Thread Alvaro Herrera
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

[COMMITTERS] pgsql: pg_dump: Fix verbosity level in LO progress messages

2012-06-29 Thread Alvaro Herrera
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

[COMMITTERS] pgsql: Make init-po and update-po recursive make targets

2012-06-29 Thread Peter Eisentraut
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