pgsql: Fix typo

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo
Date: 2017-12-09 14:44:08
Message-ID: E1eNgMK-000864-Ua@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo

Reported by Robins Tharakan

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/22e71b3afb1c3bc994ba71a8c41784ddec53ceda

Modified Files
--------------
src/backend/parser/parse_utilcmd.c | 2 +-
src/test/regress/expected/identity.out | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-12-09 17:03:17 pgsql: Fix plpgsql to reinitialize record variables at block re-entry.
Previous Message Magnus Hagander 2017-12-09 13:47:08 Re: pgsql: Prohibit identity columns on typed tables and partitions