mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Move atooid() definition to a central place
This commit is contained in:
@ -164,8 +164,6 @@
|
||||
*/
|
||||
#define atoui(x) ((unsigned int) strtoul((x), NULL, 10))
|
||||
|
||||
#define atooid(x) ((Oid) strtoul((x), NULL, 10))
|
||||
|
||||
#define strtobool(x) ((*(x) == 't') ? true : false)
|
||||
|
||||
#define nullable_string(token,length) \
|
||||
|
Reference in New Issue
Block a user