We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbb6d8 commit d3b5366Copy full SHA for d3b5366
src/include/parser/parse_type.h
@@ -78,6 +78,6 @@ extern PGDLLEXPORT handle_default_collation_hook_type handle_default_collation_h
78
* like smallmoney/money and UDTs created on them.
79
*/
80
typedef Oid (*get_domain_typmodin_hook_type) (Type typ);
81
-extern PGDLLEXPORT get_domain_typmodin_hook_type get_domain_typmodin_hook;
+extern PGDLLIMPORT get_domain_typmodin_hook_type get_domain_typmodin_hook;
82
83
#endif /* PARSE_TYPE_H */
0 commit comments