diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 77fc42e0a54..658976f2385 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.408 2004/05/18 20:18:58 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.409 2004/05/18 20:27:25 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -2549,9 +2549,6 @@ PostgresMain(int argc, char *argv[], const char *username) } Assert(DataDir); - if (strlen(pkglib_path) == 0) - get_pkglib_path(my_exec_path, pkglib_path); - /* Acquire configuration parameters */ if (IsUnderPostmaster) { |