From: | Merlin Moncure <mmoncure(at)gmail(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | documentation references invalid -A assertion checks option |
Date: | 2014-09-22 13:43:02 |
Message-ID: | CAHyXU0yC7uPeeVzQROwtnrOP9dxTEUPYjB0og4qUnbipMEV57w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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'
regardless of the compile time setting. If I'm right, either the docs
or the source need to be patched. The question is, which one? (I
vote to remove references to the option).
merlin
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2014-09-22 13:44:52 | Re: documentation references invalid -A assertion checks option |
Previous Message | Stephen Frost | 2014-09-22 13:21:15 | Re: Index scan optimization |