]> granicus.if.org Git - postgresql/commit
Fix typo in comment
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 14 Apr 2015 15:12:18 +0000 (12:12 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 14 Apr 2015 15:12:18 +0000 (12:12 -0300)
commit3d73a67ffc742e5d49e9ba3fe78a2fe9b1d9ee05
tree1dac3ccabdf165e54d52d071978970baf4b95352
parentcc2939f44253b31ca16c98d1c846fcee04517cc9
Fix typo in comment

SLRU_SEGMENTS_PER_PAGE -> SLRU_PAGES_PER_SEGMENT

I introduced this ancient typo in subtrans.c and later propagated it to
multixact.c.  I fixed the latter in f741300c, but only back to 9.3;
backpatch to all supported branches for consistency.
src/backend/access/transam/multixact.c
src/backend/access/transam/subtrans.c