pgsql: Fix typo in message

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in message
Date: 2019-05-28 21:36:46
Message-ID: E1hVjm2-0007jW-7T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in message

I introduced the typo in source code in the course of 75445c1515ff.
Repair.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a100974751baec7e13a527bf0c378ce8ef2787b6

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 2 +-
src/test/regress/expected/subscription.out | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-05-29 02:32:35 pgsql: MSVC: Add "use File::Path qw(rmtree)".
Previous Message Noah Misch 2019-05-28 20:09:20 pgsql: In the pg_upgrade test suite, don't write to src/test/regress.