diff options
| author | Andres Freund <andres@anarazel.de> | 2022-07-17 17:29:32 -0700 |
|---|---|---|
| committer | Andres Freund <andres@anarazel.de> | 2022-07-17 17:29:32 -0700 |
| commit | fd4bad1655391582f639527c325fc4a99680cc64 (patch) | |
| tree | 5e59a7fcf0bbe666e0d64532dc2fe57a0eade6b8 /src/test/modules/delay_execution | |
| parent | f2b73c8d75d583adcdd3562adca335d31f430ac5 (diff) | |
Remove now superfluous declarations of dlsym()ed symbols.
The prior commit declared them centrally.
Author: Andres Freund <andres@anarazel.de>
Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/20211101020311.av6hphdl6xbjbuif@alap3.anarazel.de
Diffstat (limited to 'src/test/modules/delay_execution')
| -rw-r--r-- | src/test/modules/delay_execution/delay_execution.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/modules/delay_execution/delay_execution.c b/src/test/modules/delay_execution/delay_execution.c index 407ebc0edaf..756c161872c 100644 --- a/src/test/modules/delay_execution/delay_execution.c +++ b/src/test/modules/delay_execution/delay_execution.c @@ -36,9 +36,6 @@ static int post_planning_lock_id = 0; /* Save previous planner hook user to be a good citizen */ static planner_hook_type prev_planner_hook = NULL; -/* Module load function */ -void _PG_init(void); - /* planner_hook function to provide the desired delay */ static PlannedStmt * |
