https://git.postgresql.org/cgit/postgresql.git/tree/src/test/modules/delay_execution/delay_execution.c
https://stackoverflow.com/questions/11967440/stepping-into-specific-function-in-gdb
I loaded the module delay_execution.
then gdb -p $proc
quite new to gdb. can I let gdb execute directly up to the beginning of delay_execution_planner?
there are many steps, press step by step seems not so good.