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?
--
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
Responses
pgsql-hackers by date
| Next: | From: Jason Earl | Date: 2002-01-03 22:13:29 |
| Subject: Re: SET DATESTYLE to time_t style for client libraries? |
| Previous: | From: Bruce Momjian | Date: 2002-01-03 21:15:04 |
| Subject: Re: Bulkloading using COPY - ignore duplicates? |