Skip to content

Commit 87beae2

Browse files
committed
revert fix issue#557:To prevent potential risks that could lead to incompatibility with extensions
1 parent 0283d78 commit 87beae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4432,7 +4432,7 @@ connection_warnings(bool in_startup)
44324432
}
44334433
/* For version match, only print psql banner on startup. */
44344434
else if (in_startup)
4435-
printf("%s(%s), %s(%s)\n", pset.progname, PG_VERSION, "ivorysql", PACKAGE_IVORYSQL_VERSION);
4435+
printf("%s (%s)\n", pset.progname, PG_VERSION);
44364436

44374437
/*
44384438
* Warn if server's major version is newer than ours, or if server

0 commit comments

Comments
 (0)