]> granicus.if.org Git - postgresql/commit
Adjust misleading comment in walsender.c. We try to send all WAL data that's
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jun 2010 23:00:14 +0000 (23:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jun 2010 23:00:14 +0000 (23:00 +0000)
commit3ceb44fa0a96231202b8192dff2f0e517ad534fc
tree0522197e6c44702ae043386ef886012a731a4209
parent0cc59cc1f38d91587d52b14789e20bdd4c1af70a
Adjust misleading comment in walsender.c.  We try to send all WAL data that's
been written out from shared memory, but the previous phrasing might be read
to say that we send only what's been fsync'd.
src/backend/replication/walsender.c