]> granicus.if.org Git - postgresql/commitdiff
Fix typos in comments.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 24 Oct 2013 08:50:02 +0000 (11:50 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 24 Oct 2013 08:50:02 +0000 (11:50 +0300)
src/backend/access/transam/xlogreader.c

index 6c971f30a2b49f11127ec4390ed90bb0bb0a36ef..f1b52bfe4fa9d0e2fc8bba253303519e02a9d3c6 100644 (file)
@@ -161,7 +161,7 @@ allocate_recordbuf(XLogReaderState *state, uint32 reclength)
 /*
  * Attempt to read an XLOG record.
  *
- * If RecPtr is not NULL, try to read a record at that position.  Otherwise
+ * If RecPtr is valid, try to read a record at that position.  Otherwise
  * try to read a record just after the last one previously read.
  *
  * If the read_page callback fails to read the requested data, NULL is
@@ -901,10 +901,10 @@ ValidXLogPageHeader(XLogReaderState *state, XLogRecPtr recptr,
  */
 
 /*
- * Find the first record with at an lsn >= RecPtr.
+ * Find the first record with an lsn >= RecPtr.
  *
- * Useful for checking whether RecPtr is a valid xlog address for reading and to
- * find the first valid address after some address when dumping records for
+ * Useful for checking whether RecPtr is a valid xlog address for reading, and
+ * to find the first valid address after some address when dumping records for
  * debugging purposes.
  */
 XLogRecPtr