File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 * Darko Prenosil <Darko.Prenosil@finteh.hr>
99 * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
1010 *
11- * $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.93 2010/06/09 00:56:02 itagaki Exp $
11+ * $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.94 2010/06/09 03:39:26 itagaki Exp $
1212 * Copyright (c) 2001-2010, PostgreSQL Global Development Group
1313 * ALL RIGHTS RESERVED;
1414 *
@@ -2399,7 +2399,7 @@ get_connect_string(const char *servername)
23992399
24002400 /* first gather the server connstr options */
24012401 srvname = pstrdup (servername );
2402- truncate_identifier (srvname , strlen (srvname ), true );
2402+ truncate_identifier (srvname , strlen (srvname ), false );
24032403 foreign_server = GetForeignServerByName (srvname , true);
24042404
24052405 if (foreign_server )
You can’t perform that action at this time.
0 commit comments