File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18628,7 +18628,7 @@ postgres=# select pg_start_backup('label_goes_here');
1862818628 <function>pg_current_wal_insert_lsn</> displays the current write-ahead log
1862918629 insertion location and <function>pg_current_wal_flush_lsn</> displays the
1863018630 current write-ahead log flush location. The insertion location is the <quote>logical</>
18631- end of the transaction log at any instant, while the write location is the end of
18631+ end of the write-ahead log at any instant, while the write location is the end of
1863218632 what has actually been written out from the server's internal buffers and flush
1863318633 location is the location guaranteed to be written to durable storage. The write
1863418634 location is the end of what can be examined from outside the server, and is usually
You can’t perform that action at this time.
0 commit comments