pgsql: Fix typo in comment

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in comment
Date: 2015-04-14 15:28:36
Message-ID: E1Yi2lQ-0002A9-0b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/292ea1057364fe818e026c2cd8b8e81d62f8140b

Modified Files
--------------
src/backend/access/transam/subtrans.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-04-14 15:34:31 Re: [COMMITTERS] pgsql: Use Intel SSE 4.2 CRC instructions where available.
Previous Message Simon Riggs 2015-04-14 15:28:26 Re: pgsql: Use Intel SSE 4.2 CRC instructions where available.