mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Move atooid() definition to a central place
This commit is contained in:
@@ -44,8 +44,6 @@
|
||||
#include "utils/builtins.h"
|
||||
#include "utils/timestamp.h"
|
||||
|
||||
#define atooid(x) ((Oid) strtoul((x), NULL, 10))
|
||||
|
||||
|
||||
/*
|
||||
* Common subroutine for num_nulls() and num_nonnulls().
|
||||
|
||||
Reference in New Issue
Block a user