1
0
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:
Peter Eisentraut
2017-03-01 11:55:28 -05:00
parent b5a388392d
commit 788af6f854
12 changed files with 4 additions and 23 deletions

View File

@ -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,