pgsql: Fix typo in comment

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix typo in comment
Дата
Msg-id E1Yi2lQ-0002AH-1B@gemulon.postgresql.org
обсуждение исходный текст
Список 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_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/42f522714e5eea90feb1c2d5d2fe2d6018b1e628

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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Use Intel SSE 4.2 CRC instructions where available.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix typo in comment