summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r--src/backend/tcop/postgres.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c
index 4bd9564326..8aa7dc25dc 100644
--- a/src/backend/tcop/postgres.c
+++ b/src/backend/tcop/postgres.c
@@ -4318,11 +4318,6 @@ PostgresMain(int argc, char *argv[],
finish_xact_command();
}
- /* Set up the post parse analyze hook */
- if (post_parse_analyze_hook)
- prev_ParseAnalyze_callback = post_parse_analyze_hook;
- post_parse_analyze_hook = ParseAnalyze_callback;
-
#ifdef USE_MODULE_MSGIDS
AtProcStart_MsgModule();
#endif