]> 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)
commit0a52fafce42e47d151d1108a44b25152a908c732
treed2691b49b4930e06db5d2fc75c38b0f3d7475a88
parent3dc2d62d0486325bf263655c2d9a96aee0b02abe
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/subtrans.c