mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Move atooid() definition to a central place
This commit is contained in:
@ -51,8 +51,6 @@
|
||||
#include "tcop/dest.h"
|
||||
#include "utils/rel.h"
|
||||
|
||||
#define atooid(x) ((Oid) strtoul((x), NULL, 10))
|
||||
|
||||
|
||||
/*
|
||||
* Bison doesn't allocate anything that needs to live across parser calls,
|
||||
|
Reference in New Issue
Block a user