From 4c3c8c048d64791e71fa8f8f2a7a6de249984474 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 4 Aug 2003 04:03:10 +0000 Subject: Remove --enable-recode feature, since it's been broken by IPv6 changes, and seems to have too few users to justify maintaining. --- src/backend/tcop/postgres.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index f5f6aecfddf..b063f49c814 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.355 2003/08/04 02:40:04 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.356 2003/08/04 04:03:06 tgl Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -2613,14 +2613,6 @@ PostgresMain(int argc, char *argv[], const char *username) on_shmem_exit(DumpFreeSpaceMap, 0); } - /* - * Set up additional info. - */ - -#ifdef CYR_RECODE - SetCharSet(); -#endif - /* * General initialization. * @@ -2651,7 +2643,7 @@ PostgresMain(int argc, char *argv[], const char *username) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.355 $ $Date: 2003/08/04 02:40:04 $\n"); + puts("$Revision: 1.356 $ $Date: 2003/08/04 04:03:06 $\n"); } /* -- cgit v1.2.3