Author: Peter Smith <
[email protected]>
Discussion: https://postgr.es/m/CAHut+PsN_gmKu-KfeEb9NDARoTPbs4AN4PPu=6LZXFZRJ13SEw@mail.gmail.com
/*
* Begin reading WAL at 'RecPtr'.
*
- * 'RecPtr' should point to the beginnning of a valid WAL record. Pointing at
+ * 'RecPtr' should point to the beginning of a valid WAL record. Pointing at
* the beginning of a page is also OK, if there is a new record right after
* the page header, i.e. not a continuation.
*
tupDesc = RelationGetDescr(cstate->rel);
- /* process commmon options or initialization */
+ /* process common options or initialization */
/* Generate or convert list of attributes to process */
cstate->attnumlist = CopyGetAttnums(tupDesc, cstate->rel, attnamelist);