| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andres Freund <andres(at)2ndquadrant(dot)com> |
| Cc: | Merlin Moncure <mmoncure(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: documentation references invalid -A assertion checks option |
| Date: | 2014-09-22 13:58:49 |
| Message-ID: | 12807.1411394329@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Andres Freund <andres(at)2ndquadrant(dot)com> 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. That option has been removed (by me)
> since. The 'devel' docs don't show the option anymore unless I missed a
> place referencing it.
As Merlin says, HEAD is still doing this:
$ postgres --help
postgres is the PostgreSQL server.
Usage:
postgres [OPTION]...
Options:
-A 1|0 enable/disable run-time assert checking
...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2014-09-22 14:07:58 | Re: documentation references invalid -A assertion checks option |
| Previous Message | Merlin Moncure | 2014-09-22 13:55:59 | Re: Yet another abort-early plan disaster on 9.3 |