diff options
Diffstat (limited to 'src/include/foreign/foreign.h')
-rw-r--r-- | src/include/foreign/foreign.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/foreign/foreign.h b/src/include/foreign/foreign.h index 46759e3596d..4de157c19cb 100644 --- a/src/include/foreign/foreign.h +++ b/src/include/foreign/foreign.h @@ -21,17 +21,6 @@ (OidIsValid(userid) ? GetUserNameFromId(userid, false) : "public") -/* - * Generic option types for validation. - * NB! These are treated as flags, so use only powers of two here. - */ -typedef enum -{ - ServerOpt = 1, /* options applicable to SERVER */ - UserMappingOpt = 2, /* options for USER MAPPING */ - FdwOpt = 4 /* options for FOREIGN DATA WRAPPER */ -} GenericOptionFlags; - typedef struct ForeignDataWrapper { Oid fdwid; /* FDW Oid */ |