Re: [HACKERS] documentation references invalid -A assertion checks option

2014-09-22 Thread Andres Freund
On 2014-09-22 09:58:49 -0400, Tom Lane wrote: > Andres Freund writes: > > On 2014-09-22 08:43:02 -0500, Merlin Moncure wrote: > >> Both the documentation > >> (http://www.postgresql.org/docs/9.4/static/app-postgres.html) and the > >> --help switch to postgres reference a -A switch to handle assert

Re: [HACKERS] documentation references invalid -A assertion checks option

2014-09-22 Thread Tom Lane
Andres Freund writes: > On 2014-09-22 08:43:02 -0500, Merlin Moncure wrote: >> Both the documentation >> (http://www.postgresql.org/docs/9.4/static/app-postgres.html) and the >> --help switch to postgres reference a -A switch to handle assertion >> checking. > You're probably building master. Tha

Re: [HACKERS] documentation references invalid -A assertion checks option

2014-09-22 Thread Andres Freund
On 2014-09-22 08:43:02 -0500, Merlin Moncure wrote: > Both the documentation > (http://www.postgresql.org/docs/9.4/static/app-postgres.html) and the > --help switch to postgres reference a -A switch to handle assertion > checking. Looking at the code, I don't see any entry for -A in the > getopt

[HACKERS] documentation references invalid -A assertion checks option

2014-09-22 Thread Merlin Moncure
Both the documentation (http://www.postgresql.org/docs/9.4/static/app-postgres.html) and the --help switch to postgres reference a -A switch to handle assertion checking. Looking at the code, I don't see any entry for -A in the getopt string and passing -A always fails with 'invalid option' regar