*/
#include "postgres.h"
+#include <unistd.h>
#include "access/genam.h"
#include "access/heapam.h"
Oid newrelfilenode;
bool in_place_update = false;
HeapTupleData lockTupleData;
- HeapTuple classTuple;
+ HeapTuple classTuple = NULL;
Buffer buffer;
RelationData workrel;
#ifdef ENABLE_REINDEX_NAILED_RELATIONS
static void RelationReloadClassinfo(Relation relation);
#endif /* ENABLE_REINDEX_NAILED_RELATIONS */
-static void RelationResetRelation(Relation relation, bool rebuildIt);
static void RelationFlushRelation(Relation *relationPtr,
int skipLocalRelations);
static Relation RelationNameCacheGetRelation(const char *relationName);