Small doc improvement about spilled txn tracking - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Small doc improvement about spilled txn tracking
Date
Msg-id CA+fd4k4vNg7dRO5ECHdtQXXf1=Q4M98pfLW0dU7BKD8h79pkqA@mail.gmail.com
Whole thread Raw
Responses Re: Small doc improvement about spilled txn tracking
List pgsql-hackers
Hi all,

When reading pg_stat_replication doc of PG13, I thought it's better to
mention that tracking of spilled transactions works only for logical
replication like we already mentioned about replication lag tracking:

  <para>
   Lag times work automatically for physical replication. Logical decoding
   plugins may optionally emit tracking messages; if they do not, the tracking
   mechanism will simply display NULL lag.
  </para>

What do you think? Please find attached patch.

Regards,

-- 
Masahiko Sawada            http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: "John Bachir"
Date:
Subject: Re: feature idea: use index when checking for NULLs before SET NOT NULL
Next
From: Amit Langote
Date:
Subject: Re: making update/delete of inheritance trees scale better