Skip to content

Commit

Permalink
Remove debug_optimizer_flags
Browse files Browse the repository at this point in the history
This was only used in multinode and is now dead code.
  • Loading branch information
svenklemm committed Mar 3, 2024
1 parent fe06edd commit 5d63aea
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 435 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ set(SOURCES
if(CMAKE_BUILD_TYPE MATCHES Debug)
set(TS_DEBUG 1)
set(DEBUG 1)
list(APPEND SOURCES debug_point.c debug_guc.c)
list(APPEND SOURCES debug_point.c)
endif(CMAKE_BUILD_TYPE MATCHES Debug)

include(build-defs.cmake)
Expand Down
226 changes: 0 additions & 226 deletions src/debug_guc.c

This file was deleted.

44 changes: 0 additions & 44 deletions src/debug_guc.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "extension.h"
#include "bgw/launcher_interface.h"
#include "guc.h"
#include "debug_guc.h"
#include "ts_catalog/catalog.h"
#include "version.h"
#include "compat/compat.h"
Expand Down Expand Up @@ -115,7 +114,6 @@ _PG_init(void)
#endif
#ifdef TS_DEBUG
_conn_mock_init();
ts_debug_init();
#endif

/* Register a cleanup function to be called when the backend exits */
Expand Down
Loading

0 comments on commit 5d63aea

Please sign in to comment.