PG_MODULE_MAGIC;
-#define atooid(x) ((Oid) strtoul((x), NULL, 10))
-
/*
* This is the trigger that protects us from orphaned large objects
#include "libpq-fe.h"
#include "pg_getopt.h"
-#define atooid(x) ((Oid) strtoul((x), NULL, 10))
-
#define BUFSIZE 1024
enum trivalue
#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,
#endif
-#define atooid(x) ((Oid) strtoul((x), NULL, 10))
-#define atoxid(x) ((TransactionId) strtoul((x), NULL, 10))
-
#define MAX_TOKEN 256
#define MAX_LINE 8192
*/
#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) \
#include "utils/builtins.h"
#include "utils/timestamp.h"
-#define atooid(x) ((Oid) strtoul((x), NULL, 10))
-
/*
* Common subroutine for num_nulls() and num_nonnulls().
#include "streamutil.h"
-#define atooid(x) ((Oid) strtoul((x), NULL, 10))
-
typedef struct TablespaceListCell
{
struct TablespaceListCell *next;
#define CLUSTER_NAME(cluster) ((cluster) == &old_cluster ? "old" : \
(cluster) == &new_cluster ? "new" : "none")
-#define atooid(x) ((Oid) strtoul((x), NULL, 10))
-
/* OID system catalog preservation added during PG 9.0 development */
#define TABLE_SPACE_SUBDIRS_CAT_VER 201001111
/* postmaster/postgres -b (binary_upgrade) flag added during PG 9.1 development */
#include "libpq-fe.h"
#include "fe_utils/print.h"
-#define atooid(x) ((Oid) strtoul((x), NULL, 10))
-
extern bool openQueryOutputFile(const char *fname, FILE **fout, bool *is_pipe);
extern bool setQFout(const char *fname);
#include "common.h"
#include "fe_utils/print.h"
-#define atooid(x) ((Oid) strtoul((x), NULL, 10))
-
static void help(const char *progname);
#include "libpq-fe.h"
#include "pqexpbuffer.h"
-#define atooid(x) ((Oid) strtoul((x), NULL, 10))
-
/* Global variables controlling behavior of fmtId() and fmtQualifiedId() */
extern int quote_all_identifiers;
extern PQExpBuffer (*getLocalPQExpBuffer) (void);
#define OID_MAX UINT_MAX
/* you will need to include to use the above #define */
+#define atooid(x) ((Oid) strtoul((x), NULL, 10))
+/* the above needs */
+
+
/* Define a signed 64-bit integer type for use in client API declarations. */
typedef PG_INT64_TYPE pg_int64;