pgsql: Fix typo in message - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix typo in message
Date
Msg-id E1hVjm2-0007jW-7T@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: In the pg_upgrade test suite, remove and recreate "tmp_check".
Next
From: Noah Misch
Date:
Subject: pgsql: MSVC: Add "use File::Path qw(rmtree)".