On Sun, Feb 7, 2016 at 2:49 AM, Andres Freund <and...@anarazel.de> wrote: > On 2016-02-06 22:03:15 +0900, Michael Paquier wrote: >> + /* >> + * Update the progress LSN positions. At least one WAL insertion lock >> + * is already taken appropriately before doing that, and it is just >> more >> + * simple to do that here where WAL record data and type is at hand. >> + * The progress is set at the start position of the record tracked that >> + * is being added, making easier checkpoint progress tracking as the >> + * control file already saves the start LSN position of the last >> + * checkpoint run. >> + */ >> + if (!isStandbySnapshot) >> + { > > I don't like isStandbySnapshot much, it seems better to do this more > generally, via a flag passed down by the inserter.
Instead of updating every single call of XLogInsert() in the system, what do you think about introducing a new routine XLogInsertExtended() that would have this optional flag? This would wrap the existing XLogInsert() and pass the flag to XLogInsertRecord(). -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers