Re: [HACKERS] Fix PID file location? - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] Fix PID file location?
Date
Msg-id 3038.1117253658@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Fix PID file location?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] Fix PID file location?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Is reading postgresql.conf
> from pg_ctl without a parser really accurate?

The brute-force solution is to duplicate guc-file.l.

That seems pretty ugly but in the long run it might be the most
maintainable solution.  We eventually gave up trying to have a
cut-rate SQL lexer in psql, and duplicated parser/scan.l.
Might be best to just go for that solution up front in this case.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] patches for items from TODO list
Next
From: Neil Conway
Date:
Subject: Re: hash index work