File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ static mdextend_hook_type prev_mdextend_hook = NULL;
6666static ProcessSyncRequests_hook_type prev_ProcessSyncRequests_hook = NULL ;
6767
6868void _PG_init (void );
69- void _PG_fini (void );
7069
7170static void ptrack_shmem_startup_hook (void );
7271static void ptrack_copydir_hook (const char * path );
@@ -155,20 +154,6 @@ ptrack_shmem_request(void)
155154}
156155#endif
157156
158- /*
159- * Module unload callback
160- */
161- void
162- _PG_fini (void )
163- {
164- /* Uninstall hooks */
165- shmem_startup_hook = prev_shmem_startup_hook ;
166- copydir_hook = prev_copydir_hook ;
167- mdwrite_hook = prev_mdwrite_hook ;
168- mdextend_hook = prev_mdextend_hook ;
169- ProcessSyncRequests_hook = prev_ProcessSyncRequests_hook ;
170- }
171-
172157/*
173158 * ptrack_shmem_startup hook: allocate or attach to shared memory.
174159 */
You can’t perform that action at this time.
0 commit comments