Re: Idea: closing the loop for "pg_ctl reload"

From: Payal Singh <payal(at)omniti(dot)com>
To: Jan de Visser <jan(at)de-visser(dot)net>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Greg Stark <stark(at)mit(dot)edu>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)2ndquadrant(dot)com>, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Idea: closing the loop for "pg_ctl reload"
Date: 2015-04-22 14:09:24
Message-ID: CANUg7LB89stc+UuTP2hm1v6EsQGrxdm2W-fv0Ft3w=9ucCwPGQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ah sorry, didn't realize I top posted. I'll test this new one.

Payal.
On Apr 21, 2015 10:23 PM, "Jan de Visser" <jan(at)de-visser(dot)net> wrote:

> On April 21, 2015 09:34:51 PM Jan de Visser wrote:
> > On April 21, 2015 09:01:14 PM Jan de Visser wrote:
> > > On April 21, 2015 07:32:05 PM Payal Singh wrote:
> ... snip ...
> >
> > Urgh. It appears you are right. Will fix.
> >
> > jan
>
> Attached a new attempt. This was one from the category 'I have no idea how
> that ever worked", but whatever. For reference, this is how it looks for me
> (magic man-behind-the-curtain postgresql.conf editing omitted):
>
> jan(at)wolverine:~/Projects/postgresql$ initdb -D data
> ... Bla bla bla ...
> jan(at)wolverine:~/Projects/postgresql$ pg_ctl -D data -l logfile start
> server starting
> jan(at)wolverine:~/Projects/postgresql$ tail -5 logfile
> LOG: database system was shut down at 2015-04-21 22:03:33 EDT
> LOG: database system is ready to accept connections
> LOG: autovacuum launcher started
> jan(at)wolverine:~/Projects/postgresql$ pg_ctl -D data reload
> server signaled
> jan(at)wolverine:~/Projects/postgresql$ tail -5 logfile
> LOG: database system was shut down at 2015-04-21 22:03:33 EDT
> LOG: database system is ready to accept connections
> LOG: autovacuum launcher started
> LOG: received SIGHUP, reloading configuration files
> jan(at)wolverine:~/Projects/postgresql$ pg_ctl -D data reload
> server signaled
> pg_ctl: Reload of server with PID 14656 FAILED
> Consult the server log for details.
> jan(at)wolverine:~/Projects/postgresql$ tail -5 logfile
> LOG: autovacuum launcher started
> LOG: received SIGHUP, reloading configuration files
> LOG: received SIGHUP, reloading configuration files
> LOG: syntax error in file
> "/home/jan/Projects/postgresql/data/postgresql.conf"
> line 1, near end of line
> LOG: configuration file
> "/home/jan/Projects/postgresql/data/postgresql.conf"
> contains errors; no changes were applied
> jan(at)wolverine:~/Projects/postgresql$

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2015-04-22 14:16:42 Re: Row security violation error is misleading
Previous Message Dean Rasheed 2015-04-22 14:09:04 Re: Row security violation error is misleading