mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Move atooid() definition to a central place
This commit is contained in:
@ -14,8 +14,6 @@
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
#define atooid(x) ((Oid) strtoul((x), NULL, 10))
|
||||
|
||||
|
||||
/*
|
||||
* This is the trigger that protects us from orphaned large objects
|
||||
|
Reference in New Issue
Block a user