mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
PG_MODULE_MAGIC has been around since 8.2, with 8.1 long since in EOL, so remove the mention of #ifdef guards for compiling against pre-8.2 sources from the documentation. Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
@ -4352,9 +4352,7 @@ INSERT INTO a SELECT * FROM a;
|
||||
#include "executor/spi.h"
|
||||
#include "utils/builtins.h"
|
||||
|
||||
#ifdef PG_MODULE_MAGIC
|
||||
PG_MODULE_MAGIC;
|
||||
#endif
|
||||
|
||||
int64 execq(text *sql, int cnt);
|
||||
|
||||
|
Reference in New Issue
Block a user