]> 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)
commit7954bc5ecb888a5e2f374871685c8a43546c328d
tree3f2e35ac9e3d5091fcc4cf180d742868a800b068
parenta800267e46781b0eebd43db8150ca558c9f687c6
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