| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: [BUGS] BUG #1148: server restarts depending on stats options |
| Date: | 2004-05-08 03:00:35 |
| Message-ID: | 200405080300.i4830ZK07694@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-patches |
Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Thanks:
>
> > errmsg("cannot enable parameter when \"log_statement_stats\" is true.")));
> > errmsg("cannot enable \"log_statement_stats\" when \"log_parser_stats\",\n"
> > "\"log_planner_stats\", or \"log_executor_stats\" is true.")));
>
> Still not right: no trailing period on errmsg() strings.
Yea, found that after posting. Fixed another problem one in guc.c.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-05-08 22:09:54 | Re: unique index problems |
| Previous Message | Tom Lane | 2004-05-08 02:54:35 | Re: [BUGS] BUG #1148: server restarts depending on stats options |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2004-05-08 03:03:28 | Re: NEXT VALUE FOR... |
| Previous Message | Tom Lane | 2004-05-08 02:54:35 | Re: [BUGS] BUG #1148: server restarts depending on stats options |