pgsql: Add missing quotation mark.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing quotation mark.
Date: 2016-01-28 17:23:28
Message-ID: E1aOqI4-0002Uq-2y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing quotation mark.

This fix accidentally got left out of the previous commit.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2f6b041f76e6de0fa2921131a23bda794ffb83bb

Modified Files
--------------
contrib/postgres_fdw/connection.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-01-28 19:09:01 pgsql: Only try to push down foreign joins if the user mapping OIDs mat
Previous Message Robert Haas 2016-01-28 17:19:29 pgsql: Avoid multiple foreign server connections when all use same user