mirror of https://github.com/citusdata/citus.git
PG16BETA3 citus build
parent
7dbbeaca86
commit
635d5cef95
|
@ -561,7 +561,7 @@ ReindexStmtFindRelationOid(ReindexStmt *reindexStmt, bool missingOk)
|
|||
{
|
||||
relationId = RangeVarGetRelidExtended(reindexStmt->relation, lockmode,
|
||||
(missingOk) ? RVR_MISSING_OK : 0,
|
||||
RANGE_VAR_TABLE_CALLBACK, NULL);
|
||||
RangeVarCallbackOwnsTable, NULL);
|
||||
}
|
||||
|
||||
return relationId;
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
|
||||
#define float_abs(a) fabs(a)
|
||||
|
||||
#define RANGE_VAR_TABLE_CALLBACK RangeVarCallbackMaintainsTable
|
||||
|
||||
#define tuplesort_getdatum_compat(a, b, c, d, e, f) tuplesort_getdatum(a, b, c, d, e, f)
|
||||
|
||||
static inline struct config_generic **
|
||||
|
@ -57,8 +55,6 @@ get_guc_variables_compat(int *gucCount)
|
|||
#include "utils/guc.h"
|
||||
#include "utils/guc_tables.h"
|
||||
|
||||
#define RANGE_VAR_TABLE_CALLBACK RangeVarCallbackOwnsTable
|
||||
|
||||
#define pg_clean_ascii_compat(a, b) pg_clean_ascii(a)
|
||||
|
||||
#define RelationPhysicalIdentifier_compat(a) ((a)->rd_node)
|
||||
|
|
Loading…
Reference in New Issue