Fix bogus comments
Alvaro Herrera <alvherre@alvh.no-ip.org>
Fix bogus comments Some comments mentioned XLogReplayBuffer, but there's no such function: that was an interim name for a function that got renamed to XLogReadBufferForRedo, before commit 2c03216d831160 was pushed.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/heapam.c | modified | +2 −2 |
| src/backend/access/transam/xlogutils.c | modified | +4 −3 |