Re: [COMMITTERS] pgsql: Default monitoring roles

2017-03-30 Thread Erik Rijkers
On 2017-03-30 20:20, Simon Riggs wrote: Default monitoring roles The buildfarm is showing red (the same errors that I get...): pgrowlocks.c: In function ‘pgrowlocks’: pgrowlocks.c:105:65: error: expected ‘)’ before ‘;’ token is_member_of_role(GetUserId(), DEFAULT_ROLE_STAT_SCAN_TABLES);

Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default

2016-11-16 Thread Erik Rijkers
I'd say that is a strong disadvantage. I hope 'for a while' will mean 'for a long time to come' or even 'forever.' Erik Rijkers -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

Re: [COMMITTERS] pgsql: doc: requirepeer is a way to avoid spoofing

2016-08-19 Thread Erik Rijkers
On 2016-08-19 03:42, Bruce Momjian wrote: + On way to prevent spoofing of typo: 'On way to ' should be 'One way to' Erik Rijkers -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.pos

Re: [COMMITTERS] pgsql: Bloom index contrib module

2016-04-01 Thread Erik Rijkers
On 2016-04-01 14:36, Erik Rijkers wrote: On 2016-04-01 15:49, Teodor Sigaev wrote: Bloom index contrib module doc/src/sgml/bloom.sgml | 218 ++ The size of example table (in bloom.sgml): CREATE TABLE tbloom AS SELECT random()::int as i1, random()::int as

Re: [COMMITTERS] pgsql: Bloom index contrib module

2016-04-01 Thread Erik Rijkers
| 218 ++ I edited the bloom.sgml text a bit. Great stuff, thanks! Erik Rijkers --- doc/src/sgml/bloom.sgml.orig 2016-04-01 16:03:29.0 +0200 +++ doc/src/sgml/bloom.sgml 2016-04-01 16:30:34.0 +0200 @@ -8,31 +8,31 @@ - bloom is a contrib which implements index access method

Re: [COMMITTERS] pgsql: Introduce parse_ident()

2016-03-19 Thread Erik Rijkers
| 26 Fixed a typo and added 'the' a few times. Erik Rijkers --- doc/src/sgml/func.sgml.orig 2016-03-18 16:31:02.896878016 +0100 +++ doc/src/sgml/func.sgml 2016-03-18 16:33:19.727724710 +0100 @@ -1832,12 +1832,12 @@ false, extra characters after the iden

Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation

2015-09-21 Thread Erik Rijkers
se user he needs to connect as. + might not be the same as the database user that is to be connect as. It is not an improvement. I would like to see this change rolled back. thanks, Erik Rijkers -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make chang

Re: [COMMITTERS] pgsql: contrib/tsm*

2015-05-15 Thread Erik Rijkers
.sgml", "/usr/share/sgml/tsm-system-time.sgml", "/usr/share/xml/tsm-system-time.sgml" thanks, Erik Rijkers -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

Re: [COMMITTERS] pgsql: Fix typos in comments.

2014-05-21 Thread Erik Rijkers
On Thu, May 22, 2014 06:00, Fujii Masao wrote: > Fix typos in comments. > while you're at it: here is another one ('the the'). thanks --- src/include/utils/jsonb.h.orig 2014-05-22 06:50:30.227013363 +0200 +++ src/include/utils/jsonb.h 2014-05-22 06:50:54.721266962 +0200 @@ -93,7 +93,7 @@ * *

Re: [COMMITTERS] pgsql: Tweak wording in sequence-function docs to avoid PDF build failu

2013-06-26 Thread Erik Rijkers
On Thu, June 27, 2013 06:28, Tom Lane wrote: > Tweak wording in sequence-function docs to avoid PDF build failures. > This does indeed fix the .PDF building I reported a few weeks ago. Thank you very much! Erik Rijkers -- Sent via pgsql-committers mailing list (pgsql-comm

Re: [COMMITTERS] pgsql: Create libpgcommon, and move pg_malloc et al to it

2013-02-12 Thread Erik Rijkers
On Tue, February 12, 2013 17:19, Alvaro Herrera wrote: > Erik Rijkers wrote: >> On Tue, February 12, 2013 17:01, Alvaro Herrera wrote: >> > Erik Rijkers wrote: >> >> On Tue, February 12, 2013 15:55, Alvaro Herrera wrote: >> >> > Creat

Re: [COMMITTERS] pgsql: Create libpgcommon, and move pg_malloc et al to it

2013-02-12 Thread Erik Rijkers
On Tue, February 12, 2013 17:01, Alvaro Herrera wrote: > Erik Rijkers wrote: >> On Tue, February 12, 2013 15:55, Alvaro Herrera wrote: >> > Create libpgcommon, and move pg_malloc et al to it >> > >> >> If at all possible, it would be handy (for testers) if in

Re: [COMMITTERS] pgsql: Create libpgcommon, and move pg_malloc et al to it

2013-02-12 Thread Erik Rijkers
hat take a while to re-create...) Thanks, Erik Rijkers -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

Re: [COMMITTERS] pgsql: psql: Improve expanded print output in tuples-only mode

2013-02-09 Thread Erik Rijkers
diffs_2013_02 | table | aardvark | 7832 kB | $ The trailing empty line here makes almost as little sense as in the now amended case where there are zero rows ... (Of course, I realise that it's much more likely to break existing scripts, but should we then keep such illogical thin