test_freepage fixes.
authorRobert Haas <rhaas@postgresql.org>
Thu, 20 Feb 2014 16:01:44 +0000 (11:01 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 20 Feb 2014 16:01:44 +0000 (11:01 -0500)
contrib/test_freepage/Makefile
contrib/test_freepage/test_freepage--1.0.sql
contrib/test_freepage/test_freepage.control

index a824ffb611aa58f2421246105c071f8cd53528c4..b482fe9a2b98308d1990673be5ae53553467f5a9 100644 (file)
@@ -10,7 +10,7 @@ PG_CONFIG = pg_config
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
 else
-subdir = contrib/test_shm_mq
+subdir = contrib/test_freepage
 top_builddir = ../..
 include $(top_builddir)/src/Makefile.global
 include $(top_srcdir)/contrib/contrib-global.mk
index d93e80cab88522855f472b68bd68796ebca436cb..490c662dcaa574aad654c5abdb23e9c0a75b9a59 100644 (file)
@@ -10,4 +10,4 @@ CREATE FUNCTION get(pages pg_catalog.int8) RETURNS pg_catalog.int8
 CREATE FUNCTION put(first_page pg_catalog.int8, npages pg_catalog.int8)
        RETURNS pg_catalog.void AS 'MODULE_PATHNAME' LANGUAGE C STRICT;
 CREATE FUNCTION dump() RETURNS pg_catalog.text
-    AS 'MODULE_PATHNAME' LANGUAGE C STRICT:
+    AS 'MODULE_PATHNAME' LANGUAGE C STRICT;
index d9a74c7a3236de24a1f277474dfd8b3203eed7f0..fca4cd9f714855011701c6a1cbb14a42ef086249 100644 (file)
@@ -1,4 +1,4 @@
 comment = 'Test code for shared memory message queues'
 default_version = '1.0'
-module_pathname = '$libdir/test_shm_mq'
+module_pathname = '$libdir/test_freepage'
 relocatable = true