Dropped C file now unused

This commit is contained in:
Daniele Varrazzo 2017-04-10 11:58:41 +01:00
parent 86eef300f1
commit 7d752f2b4e
2 changed files with 1 additions and 14 deletions

View File

@ -15,7 +15,7 @@ INTVERSION := $(shell echo $$(($$(echo $(VERSION) | sed 's/\([[:digit:]]\{1,\}\)
EXTENSION = pg_repack
MODULE_big = $(EXTENSION)
OBJS = repack.o pgut/pgut-be.o pgut/pgut-spi.o
OBJS = repack.o pgut/pgut-spi.o
SHLIB_EXPORTS = exports.txt

View File

@ -1,13 +0,0 @@
/*-------------------------------------------------------------------------
*
* pgut-be.c
*
* Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2012-2015, The Reorg Development Team
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "access/heapam.h"
#include "pgut-be.h"