mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Move atooid() definition to a central place
This commit is contained in:
@@ -39,8 +39,6 @@
|
||||
#include "streamutil.h"
|
||||
|
||||
|
||||
#define atooid(x) ((Oid) strtoul((x), NULL, 10))
|
||||
|
||||
typedef struct TablespaceListCell
|
||||
{
|
||||
struct TablespaceListCell *next;
|
||||
|
||||
Reference in New Issue
Block a user