Re: [HACKERS] What does it mean by XLOG_BACKUP_RECORD?

2017-06-29 Thread Masahiko Sawada
On Thu, Jun 29, 2017 at 10:49 AM, Michael Paquier wrote: > On Thu, Jun 29, 2017 at 10:28 AM, Masahiko Sawada > wrote: >> While reading source codes I found the following comment in xlog.c. >> >> /* >> * Have we passed our safe starting point? Note that minRecoveryPoint is >> * known to be inco

Re: [HACKERS] What does it mean by XLOG_BACKUP_RECORD?

2017-06-28 Thread Michael Paquier
On Thu, Jun 29, 2017 at 10:28 AM, Masahiko Sawada wrote: > While reading source codes I found the following comment in xlog.c. > > /* > * Have we passed our safe starting point? Note that minRecoveryPoint is > * known to be incorrectly set if ControlFile->backupEndRequired, until > * the XLOG_B

Re: [HACKERS] what does it mean

2004-01-26 Thread ohp
On Mon, 26 Jan 2004, Tom Lane wrote: > Date: Mon, 26 Jan 2004 12:11:19 -0500 > From: Tom Lane <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: pgsql-hackers list <[EMAIL PROTECTED]>, > Jan Wieck <[EMAIL PROTECTED]> > Subject: Re: [HACKERS] what does

Re: [HACKERS] what does it mean

2004-01-26 Thread Larry Rosenman
--On Monday, January 26, 2004 12:11:19 -0500 Tom Lane <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] writes: I've upgraded my production system to 741 yesterday, and just discovered this log message: statistic buffer is full. If you see this a lot, it might be worth increasing PGSTAT_RECVBUFFERSZ

Re: [HACKERS] what does it mean

2004-01-26 Thread Tom Lane
[EMAIL PROTECTED] writes: >>> I've upgraded my production system to 741 yesterday, and just discovered >>> this log message: statistic buffer is full. >> >> If you see this a lot, it might be worth increasing PGSTAT_RECVBUFFERSZ. > > How much is a lot? it occured ~30 times since 23pm (it's 17:48 p

Re: [HACKERS] what does it mean

2004-01-26 Thread ohp
PROTECTED]> > Subject: Re: [HACKERS] what does it mean > > [EMAIL PROTECTED] writes: > > I've upgraded my production system to 741 yesterday, and just discovered > > this log message: statistic buffer is full. > > If you see this a lot, it might be worth increasin

Re: [HACKERS] what does it mean

2004-01-26 Thread Tom Lane
[EMAIL PROTECTED] writes: > I've upgraded my production system to 741 yesterday, and just discovered > this log message: statistic buffer is full. If you see this a lot, it might be worth increasing PGSTAT_RECVBUFFERSZ. regards, tom lane ---(end of