Re: [HACKERS] Logging - pg_options format change?

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Tim Holloway <mtsinc(at)southeast(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Logging - pg_options format change?
Date: 1999-10-26 16:24:13
Message-ID: 199910261624.MAA23357@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Tim Holloway <mtsinc(at)southeast(dot)net> writes:
> > Would it be objectionable if I altered the format of the pg_options
> > file slightly? I feel the need to handle a somewhat more complex
> > syntax for the logging subsystem.
>
> While I'm not particularly wedded to the pg_options format, I wonder
> whether it wouldn't be a better idea to create a separate file for
> the logging control data. If I'm reading your proposal correctly,
> the backend would no longer parse existing pg_options files --- and
> that's certain to make dbadmins unhappy, even if the fix is easy.
> Upgrades are always stressful enough, even without added complications
> like forced changes to config files.
>
> You could probably tweak the syntax so that an existing pg_options
> file is still valid, but that might be a bit too klugy. What's
> wrong with having two separate files? We can assume that this isn't
> a performance-critical path, I think.

With a 7.0 release, I think we can revamp that file without too many
complaints. pg_options file is fairly new, and it is an administrator's
thing, and only has to be done once. Seems like a revamp to make it
clear for all users would help. Having two files would mean explaining
that to people for ever.

--
Bruce Momjian | http://www.op.net/~candle
maillist(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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-10-26 16:25:34 Re: System indexes are never unique indexes( was RE: [HACKERS] mdnblocksis
Previous Message Tom Lane 1999-10-26 16:22:04 Re: [HACKERS] Error: shmget failed