Bruce Momjian wrote:
> Someone on IRC was confused by the contents of postgresql.conf:
>
> #ifdef USE_ASSERT_CHECKING
> #debug_assertions = true
> #endif
>
> I have to say I was confused myself. The #ifdef and #end are merely
> comments, while appears like that syntax is supported by PostgreSQL. I
> think we should put just plain comments at the top of each section.
> Objections?
OK, I have replaced #ifdef with # requires. Patch attached and applied.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
In response to
pgsql-hackers by date
| Next: | From: Bruce Momjian | Date: 2002-01-04 05:53:44 |
| Subject: RC1 time? |
| Previous: | From: Marc G. Fournier | Date: 2002-01-04 05:50:08 |
| Subject: Re: Is there any performance penalty using --with-ssl? |