0001-Remove-the-old-slot-interface-file-and-also-update-t.patch

application/octet-stream

Filename: 0001-Remove-the-old-slot-interface-file-and-also-update-t.patch
Type: application/octet-stream
Part: 2
Message: Re: Pluggable Storage - Andres's take

Patch

Format: format-patch
Series: patch 0001
Subject: Remove the old slot interface file and also update the Makefile.
File+
src/backend/access/table/Makefile 1 1
src/backend/access/table/tableam_common.c 0 0
From ab6169b484b134522a4bacb22f226c3dd4f67e42 Mon Sep 17 00:00:00 2001
From: kommih <haribabuk@fast.au.fujitsu.com>
Date: Mon, 22 Oct 2018 16:06:10 +1100
Subject: [PATCH 1/3] Remove the old slot interface file and also update the
 Makefile.

---
 src/backend/access/table/Makefile         | 2 +-
 src/backend/access/table/tableam_common.c | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 src/backend/access/table/tableam_common.c

diff --git a/src/backend/access/table/Makefile b/src/backend/access/table/Makefile
index fe22bf9208..006ba99182 100644
--- a/src/backend/access/table/Makefile
+++ b/src/backend/access/table/Makefile
@@ -12,6 +12,6 @@ subdir = src/backend/access/table
 top_builddir = ../../../..
 include $(top_builddir)/src/Makefile.global
 
-OBJS = tableam.o tableamapi.o tableam_common.o
+OBJS = tableam.o tableamapi.o
 
 include $(top_srcdir)/src/backend/common.mk
diff --git a/src/backend/access/table/tableam_common.c b/src/backend/access/table/tableam_common.c
deleted file mode 100644
index e69de29bb2..0000000000
-- 
2.18.0.windows.1