mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Move atooid() definition to a central place
This commit is contained in:
@@ -52,9 +52,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
#define atooid(x) ((Oid) strtoul((x), NULL, 10))
|
||||
#define atoxid(x) ((TransactionId) strtoul((x), NULL, 10))
|
||||
|
||||
#define MAX_TOKEN 256
|
||||
#define MAX_LINE 8192
|
||||
|
||||
|
Reference in New Issue
Block a user