]> 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)
commit5feebfed83fe463035ce64e6c2b10c2319842ff8
tree220b2b0bd02ea73c4c07565544d7668ef60e5f96
parent5b6938186a4a9608bd278409c2c3ee5afe6ad0c8
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