pgsql: Fix "sesssion" typo

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix "sesssion" typo
Date: 2015-09-28 22:20:05
Message-ID: E1ZggmD-000611-NG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix "sesssion" typo

It was introduced alongside replication origins, by commit
5aa2350426c, so backpatch to 9.5.

Pointed out by Fujii Masao

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/aea76d128ad85f38aa0f4255fb9d46d95b835755

Modified Files
--------------
src/backend/access/transam/xact.c | 20 ++++++++++----------
src/backend/access/transam/xloginsert.c | 6 +++---
src/backend/replication/logical/origin.c | 26 +++++++++++++-------------
src/include/replication/origin.h | 6 +++---
4 files changed, 29 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-09-28 22:33:09 pgsql: Fix compiler warning about unused function in non-readline case.
Previous Message Tom Lane 2015-09-28 22:02:50 pgsql: Fix poor errno handling in libpq's version of our custom OpenSSL