Fix typo in comment

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 7954bc5ecb888a5e2f374871685c8a43546c328d
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2015-04-14T15:12:18Z
Releases: 9.3.7
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.

Files

PathChange+/−
src/backend/access/transam/subtrans.c modified +1 −1