Re: [HACKERS] Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold

2016-04-23 Thread Amit Kapila
On Tue, Apr 19, 2016 at 8:41 PM, Kevin Grittner wrote: > > On Tue, Apr 19, 2016 at 9:57 AM, Amit Kapila wrote: > > On Sun, Apr 17, 2016 at 2:26 AM, Andres Freund wrote: > >> > >> On 2016-04-16 16:44:52 -0400, Noah Misch wrote: > >> > That is more controversial than the potential ~2% regression f

[COMMITTERS] pgsql: Properly mark initRectBox() as taking 'void' args

2016-04-23 Thread Bruce Momjian
Properly mark initRectBox() as taking 'void' args Was part of box type in SP-GiST index patch. Reported-by: Emre Hasegeli Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/915cee4595060fd536a7c997e37e4a535c3e0d4f Modified Files -- src/backend/utils/adt/ge

[COMMITTERS] pgsql: doc: Fix typos

2016-04-23 Thread Peter Eisentraut
doc: Fix typos From: Erik Rijkers Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b87b2f4bda1a3b98f8dea867b8bc419ace7a9ea9 Modified Files -- doc/src/sgml/ref/pgbench.sgml | 8 1 file changed, 4 insertions(+), 4 deletions(-) -- Sent via pgsql-

[COMMITTERS] pgsql: doc: Fix typos

2016-04-23 Thread Peter Eisentraut
doc: Fix typos From: Erik Rijkers Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/23da66f0005ace958c10de03e1ce20217fc5999f Modified Files -- doc/src/sgml/pgbench.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Sent via pgsql

[COMMITTERS] pgsql: doc: Fix typos

2016-04-23 Thread Peter Eisentraut
doc: Fix typos From: Erik Rijkers Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/3debaa603ffbc3927e263ae3c7c23b0fcfbd8def Modified Files -- doc/src/sgml/ref/pgbench.sgml | 8 1 file changed, 4 insertions(+), 4 deletions(-) -- Sent via

[COMMITTERS] pgsql: doc: Fix typos

2016-04-23 Thread Peter Eisentraut
doc: Fix typos From: Erik Rijkers Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/b39938f01208d2860239792aa9e802a9cf8c286b Modified Files -- doc/src/sgml/pgbench.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Sent via pgsql

[COMMITTERS] pgsql: Rename strtoi() to strtoint().

2016-04-23 Thread Tom Lane
Rename strtoi() to strtoint(). NetBSD has seen fit to invent a libc function named strtoi(), which conflicts with the long-established static functions of the same name in datetime.c and ecpg's interval.c. While muttering darkly about intrusions on application namespace, we'll rename our function

[COMMITTERS] pgsql: Rename strtoi() to strtoint().

2016-04-23 Thread Tom Lane
Rename strtoi() to strtoint(). NetBSD has seen fit to invent a libc function named strtoi(), which conflicts with the long-established static functions of the same name in datetime.c and ecpg's interval.c. While muttering darkly about intrusions on application namespace, we'll rename our function

[COMMITTERS] pgsql: Rename strtoi() to strtoint().

2016-04-23 Thread Tom Lane
Rename strtoi() to strtoint(). NetBSD has seen fit to invent a libc function named strtoi(), which conflicts with the long-established static functions of the same name in datetime.c and ecpg's interval.c. While muttering darkly about intrusions on application namespace, we'll rename our function

[COMMITTERS] pgsql: Rename strtoi() to strtoint().

2016-04-23 Thread Tom Lane
Rename strtoi() to strtoint(). NetBSD has seen fit to invent a libc function named strtoi(), which conflicts with the long-established static functions of the same name in datetime.c and ecpg's interval.c. While muttering darkly about intrusions on application namespace, we'll rename our function

[COMMITTERS] pgsql: Rename strtoi() to strtoint().

2016-04-23 Thread Tom Lane
Rename strtoi() to strtoint(). NetBSD has seen fit to invent a libc function named strtoi(), which conflicts with the long-established static functions of the same name in datetime.c and ecpg's interval.c. While muttering darkly about intrusions on application namespace, we'll rename our function

[COMMITTERS] pgsql: Rename strtoi() to strtoint().

2016-04-23 Thread Tom Lane
Rename strtoi() to strtoint(). NetBSD has seen fit to invent a libc function named strtoi(), which conflicts with the long-established static functions of the same name in datetime.c and ecpg's interval.c. While muttering darkly about intrusions on application namespace, we'll rename our function

Re: [COMMITTERS] pgsql: doc: Fix typos

2016-04-23 Thread Fabien COELHO
Hello Peter, http://git.postgresql.org/pg/commitdiff/b87b2f4bda1a3b98f8dea867b8bc419ace7a9ea9 doc/src/sgml/ref/pgbench.sgml | 8 - Here is example outputs: + Here is example output: I think that something is missing now on this line. Should it rather be "Here is an example out