Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52bff1b

Browse files
authored
Merge pull request#26 from postgrespro/PGPRO-7154
Remove _PG_fini completely
2 parents50241eb +dd410eb commit52bff1b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

‎vops.c

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ PG_MODULE_MAGIC;
6767

6868
/* pg module functions */
6969
void_PG_init(void);
70-
#ifPG_VERSION_NUM<150000
71-
void_PG_fini(void);
72-
#endif
7370

7471
uint64filter_mask= ~0;
7572
staticstruct {
@@ -4744,18 +4741,3 @@ void _PG_init(void)
47444741
NULL,
47454742
NULL);
47464743
}
4747-
4748-
#ifPG_VERSION_NUM<150000
4749-
void_PG_fini(void)
4750-
{
4751-
elog(LOG,"Finalize VOPS extension");
4752-
/* Restore hooks */
4753-
post_parse_analyze_hook=post_parse_analyze_hook_next;
4754-
#ifPG_VERSION_NUM<140000
4755-
ExplainOneQuery_hook=save_explain_hook;
4756-
#endif
4757-
4758-
/* undo static initializations */
4759-
reset_static_cache();
4760-
}
4761-
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp