File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 24
24
subdir = contrib/pgpro_scheduler
25
25
top_builddir = ../..
26
26
include $(top_builddir)/src/Makefile.global
27
- ifneq ($(MAJORVERSION),10)
28
- PG_CPPFLAGS = -D_WITH_MTM -I$(top_srcdir)/contrib/mmts -I$(libpq_srcdir)
29
- endif
27
+ # ifneq ($(MAJORVERSION),10)
28
+ # PG_CPPFLAGS = -D_WITH_MTM -I$(top_srcdir)/contrib/mmts -I$(libpq_srcdir)
29
+ # endif
30
+ PG_CPPFLAGS = -D_WITH_MTM -I$(top_srcdir)/contrib/mmts -I$(libpq_srcdir)
30
31
include $(top_srcdir)/contrib/contrib-global.mk
31
32
endif
32
33
Original file line number Diff line number Diff line change @@ -1970,7 +1970,7 @@ void manager_worker_main(Datum arg)
1970
1970
if (is_under_mtm ())
1971
1971
{
1972
1972
check_mtm_nodes_status ();
1973
- print_log_mtm_nodes ();
1973
+ /* print_log_mtm_nodes(); */
1974
1974
time_to_check = 3 ;
1975
1975
}
1976
1976
#endif
@@ -2019,7 +2019,7 @@ void manager_worker_main(Datum arg)
2019
2019
if (is_under_mtm () && !time_to_check -- )
2020
2020
{
2021
2021
check_mtm_nodes_status ();
2022
- print_log_mtm_nodes ();
2022
+ /* print_log_mtm_nodes(); */
2023
2023
time_to_check = 3 ;
2024
2024
}
2025
2025
#endif
You can’t perform that action at this time.
0 commit comments