| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Re: [COMMITTERS] pgsql: Log replication connections only when log_connections is on |
| Date: | 2011-01-19 15:58:48 |
| Message-ID: | 20300.1295452728@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Simon Riggs <simon(at)2ndQuadrant(dot)com> writes:
> So now we have to check *all* of the standby logs in order to check that
> replication on the master is working without problems. There will be no
> default capability to tie up events on the master with failures of
> replication. Events occurring on multiple standbys will not be picked up
> as a correlated set of events.
This is pure FUD. If you suspect such a problem, turn on
log_connections. If you aren't suspecting such a problem, you likely
aren't looking in the postmaster log anyway.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2011-01-19 16:05:05 | Re: Re: [COMMITTERS] pgsql: Log replication connections only when log_connections is on |
| Previous Message | Florian Pflug | 2011-01-19 15:42:39 | Re: Re: [COMMITTERS] pgsql: Log replication connections only when log_connections is on |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2011-01-19 16:05:05 | Re: Re: [COMMITTERS] pgsql: Log replication connections only when log_connections is on |
| Previous Message | Robert Haas | 2011-01-19 15:44:53 | Re: limiting hint bit I/O |