pgsql: Fix typo in comment - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix typo in comment
Date
Msg-id E1Yi2lQ-0002AE-16@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3d73a67ffc742e5d49e9ba3fe78a2fe9b1d9ee05

Modified Files
--------------
src/backend/access/transam/multixact.c |    2 +-
src/backend/access/transam/subtrans.c  |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix typo in comment
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix typo in comment