rpms/sepostgresql/devel sepostgresql-8.2.5-1.patch, 1.3, 1.4 sepostgresql.init, 1.5, 1.6 sepostgresql.spec, 1.5, 1.6 sepostgresql.te, 1.5, 1.6

KaiGai Kohei (kaigai) fedora-extras-commits at redhat.com
Thu Nov 1 14:00:43 UTC 2007


Author: kaigai

Update of /cvs/pkgs/rpms/sepostgresql/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27757

Modified Files:
	sepostgresql-8.2.5-1.patch sepostgresql.init sepostgresql.spec 
	sepostgresql.te 
Log Message:
re-organize the upstream repository to parepare branch development based on pgsql-8.3.x


sepostgresql-8.2.5-1.patch:

Index: sepostgresql-8.2.5-1.patch
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql-8.2.5-1.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sepostgresql-8.2.5-1.patch	17 Oct 2007 11:20:57 -0000	1.3
+++ sepostgresql-8.2.5-1.patch	1 Nov 2007 14:00:32 -0000	1.4
@@ -1,6 +1,6 @@
-diff -rpNU3 postgresql-8.2.5/configure.in sepostgresql-8.2.5/configure.in
---- postgresql-8.2.5/configure.in	2007-09-15 05:18:26.000000000 +0900
-+++ sepostgresql-8.2.5/configure.in	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/configure.in sepgsql/configure.in
+--- base/configure.in	2007-10-25 07:40:55.000000000 +0900
++++ sepgsql/configure.in	2007-10-25 13:12:52.000000000 +0900
 @@ -539,6 +539,19 @@ PGAC_ARG_BOOL(with, zlib, yes,
  AC_SUBST(with_zlib)
  
@@ -21,11 +21,9 @@
  # Elf
  #
  
-Binary files postgresql-8.2.5/doc/man.tar.gz and sepostgresql-8.2.5/doc/man.tar.gz differ
-Binary files postgresql-8.2.5/doc/postgres.tar.gz and sepostgresql-8.2.5/doc/postgres.tar.gz differ
-diff -rpNU3 postgresql-8.2.5/src/Makefile.global.in sepostgresql-8.2.5/src/Makefile.global.in
---- postgresql-8.2.5/src/Makefile.global.in	2006-10-09 02:15:33.000000000 +0900
-+++ sepostgresql-8.2.5/src/Makefile.global.in	2007-08-28 09:33:36.000000000 +0900
+diff -rpNU3 base/src/Makefile.global.in sepgsql/src/Makefile.global.in
+--- base/src/Makefile.global.in	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/Makefile.global.in	2007-10-25 13:12:52.000000000 +0900
 @@ -159,6 +159,7 @@ enable_nls	= @enable_nls@
  enable_debug	= @enable_debug@
  enable_dtrace	= @enable_dtrace@
@@ -34,9 +32,9 @@
  
  python_includespec	= @python_includespec@
  python_libdir		= @python_libdir@
-diff -rpNU3 postgresql-8.2.5/src/backend/Makefile sepostgresql-8.2.5/src/backend/Makefile
---- postgresql-8.2.5/src/backend/Makefile	2006-10-09 02:15:33.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/Makefile	2007-02-13 03:22:30.000000000 +0900
+diff -rpNU3 base/src/backend/Makefile sepgsql/src/backend/Makefile
+--- base/src/backend/Makefile	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/Makefile	2007-10-25 13:12:52.000000000 +0900
 @@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.glo
  
  DIRS := access bootstrap catalog parser commands executor lib libpq \
@@ -58,9 +56,9 @@
  ##########################################################################
  
  all: submake-libpgport postgres $(POSTGRES_IMP)
-diff -rpNU3 postgresql-8.2.5/src/backend/access/common/heaptuple.c sepostgresql-8.2.5/src/backend/access/common/heaptuple.c
---- postgresql-8.2.5/src/backend/access/common/heaptuple.c	2006-11-23 14:27:18.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/access/common/heaptuple.c	2007-04-10 21:02:02.000000000 +0900
+diff -rpNU3 base/src/backend/access/common/heaptuple.c sepgsql/src/backend/access/common/heaptuple.c
+--- base/src/backend/access/common/heaptuple.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/access/common/heaptuple.c	2007-10-25 13:12:52.000000000 +0900
 @@ -26,6 +26,7 @@
  #include "access/heapam.h"
  #include "access/tuptoaster.h"
@@ -123,9 +121,9 @@
  
  	return newTuple;
  }
-diff -rpNU3 postgresql-8.2.5/src/backend/access/heap/heapam.c sepostgresql-8.2.5/src/backend/access/heap/heapam.c
---- postgresql-8.2.5/src/backend/access/heap/heapam.c	2007-02-05 05:00:49.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/access/heap/heapam.c	2007-04-10 02:49:22.000000000 +0900
+diff -rpNU3 base/src/backend/access/heap/heapam.c sepgsql/src/backend/access/heap/heapam.c
+--- base/src/backend/access/heap/heapam.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/access/heap/heapam.c	2007-10-25 13:12:52.000000000 +0900
 @@ -49,6 +49,7 @@
  #include "catalog/namespace.h"
  #include "miscadmin.h"
@@ -214,9 +212,9 @@
  
  	if (move)
  	{
-diff -rpNU3 postgresql-8.2.5/src/backend/bootstrap/bootparse.y sepostgresql-8.2.5/src/backend/bootstrap/bootparse.y
---- postgresql-8.2.5/src/backend/bootstrap/bootparse.y	2006-08-25 13:06:46.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/bootstrap/bootparse.y	2007-05-15 21:45:21.000000000 +0900
+diff -rpNU3 base/src/backend/bootstrap/bootparse.y sepgsql/src/backend/bootstrap/bootparse.y
+--- base/src/backend/bootstrap/bootparse.y	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/bootstrap/bootparse.y	2007-10-25 13:12:52.000000000 +0900
 @@ -212,7 +212,8 @@ Boot_CreateStmt:
  													  0,
  													  ONCOMMIT_NOOP,
@@ -227,9 +225,9 @@
  						elog(DEBUG4, "relation created with oid %u", id);
  					}
  					do_end();
-diff -rpNU3 postgresql-8.2.5/src/backend/catalog/Makefile sepostgresql-8.2.5/src/backend/catalog/Makefile
---- postgresql-8.2.5/src/backend/catalog/Makefile	2006-07-31 10:16:36.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/catalog/Makefile	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/backend/catalog/Makefile sepgsql/src/backend/catalog/Makefile
+--- base/src/backend/catalog/Makefile	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/catalog/Makefile	2007-10-25 13:12:52.000000000 +0900
 @@ -35,6 +35,7 @@ POSTGRES_BKI_SRCS := $(addprefix $(top_s
  	pg_namespace.h pg_conversion.h pg_depend.h \
  	pg_database.h pg_tablespace.h pg_pltemplate.h \
@@ -238,9 +236,9 @@
  	toasting.h indexing.h \
      )
  
-diff -rpNU3 postgresql-8.2.5/src/backend/catalog/catalog.c sepostgresql-8.2.5/src/backend/catalog/catalog.c
---- postgresql-8.2.5/src/backend/catalog/catalog.c	2006-10-04 09:29:50.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/catalog/catalog.c	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/backend/catalog/catalog.c sepgsql/src/backend/catalog/catalog.c
+--- base/src/backend/catalog/catalog.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/catalog/catalog.c	2007-10-25 13:12:52.000000000 +0900
 @@ -29,6 +29,7 @@
  #include "catalog/pg_database.h"
  #include "catalog/pg_namespace.h"
@@ -266,9 +264,9 @@
  		relationId == SharedDescriptionObjIndexId ||
  		relationId == SharedDependDependerIndexId ||
  		relationId == SharedDependReferenceIndexId ||
-diff -rpNU3 postgresql-8.2.5/src/backend/catalog/genbki.sh sepostgresql-8.2.5/src/backend/catalog/genbki.sh
---- postgresql-8.2.5/src/backend/catalog/genbki.sh	2006-07-31 10:16:36.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/catalog/genbki.sh	2007-04-10 02:23:28.000000000 +0900
+diff -rpNU3 base/src/backend/catalog/genbki.sh sepgsql/src/backend/catalog/genbki.sh
+--- base/src/backend/catalog/genbki.sh	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/catalog/genbki.sh	2007-10-25 13:12:52.000000000 +0900
 @@ -130,6 +130,22 @@ for dir in $INCLUDE_DIRS; do
      fi
  done
@@ -309,9 +307,9 @@
  | $AWK '
  # ----------------
  #	now use awk to process remaining .h file..
-diff -rpNU3 postgresql-8.2.5/src/backend/catalog/heap.c sepostgresql-8.2.5/src/backend/catalog/heap.c
---- postgresql-8.2.5/src/backend/catalog/heap.c	2006-11-06 07:42:08.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/catalog/heap.c	2007-05-15 21:45:21.000000000 +0900
+diff -rpNU3 base/src/backend/catalog/heap.c sepgsql/src/backend/catalog/heap.c
+--- base/src/backend/catalog/heap.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/catalog/heap.c	2007-10-25 13:12:52.000000000 +0900
 @@ -51,6 +51,7 @@
  #include "parser/parse_coerce.h"
  #include "parser/parse_expr.h"
@@ -434,9 +432,9 @@
  
  	/*
  	 * make a dependency link to force the relation to be deleted if its
-diff -rpNU3 postgresql-8.2.5/src/backend/catalog/index.c sepostgresql-8.2.5/src/backend/catalog/index.c
---- postgresql-8.2.5/src/backend/catalog/index.c	2006-10-04 09:29:50.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/catalog/index.c	2007-05-15 21:45:21.000000000 +0900
+diff -rpNU3 base/src/backend/catalog/index.c sepgsql/src/backend/catalog/index.c
+--- base/src/backend/catalog/index.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/catalog/index.c	2007-10-25 13:12:52.000000000 +0900
 @@ -591,7 +591,7 @@ index_create(Oid heapRelationId,
  	 */
  	InsertPgClassTuple(pg_class, indexRelation,
@@ -446,9 +444,9 @@
  
  	/* done with pg_class */
  	heap_close(pg_class, RowExclusiveLock);
-diff -rpNU3 postgresql-8.2.5/src/backend/catalog/pg_aggregate.c sepostgresql-8.2.5/src/backend/catalog/pg_aggregate.c
---- postgresql-8.2.5/src/backend/catalog/pg_aggregate.c	2006-10-04 09:29:50.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/catalog/pg_aggregate.c	2007-05-15 15:51:51.000000000 +0900
+diff -rpNU3 base/src/backend/catalog/pg_aggregate.c sepgsql/src/backend/catalog/pg_aggregate.c
+--- base/src/backend/catalog/pg_aggregate.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/catalog/pg_aggregate.c	2007-10-25 13:12:52.000000000 +0900
 @@ -214,7 +214,8 @@ AggregateCreate(const char *aggName,
  											 numArgs),	/* paramTypes */
  							  PointerGetDatum(NULL),	/* allParamTypes */
@@ -459,9 +457,9 @@
  
  	/*
  	 * Okay to create the pg_aggregate entry.
-diff -rpNU3 postgresql-8.2.5/src/backend/catalog/pg_largeobject.c sepostgresql-8.2.5/src/backend/catalog/pg_largeobject.c
---- postgresql-8.2.5/src/backend/catalog/pg_largeobject.c	2006-07-14 23:52:17.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/catalog/pg_largeobject.c	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/backend/catalog/pg_largeobject.c sepgsql/src/backend/catalog/pg_largeobject.c
+--- base/src/backend/catalog/pg_largeobject.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/catalog/pg_largeobject.c	2007-10-25 13:12:52.000000000 +0900
 @@ -18,6 +18,7 @@
  #include "access/heapam.h"
  #include "catalog/indexing.h"
@@ -488,9 +486,9 @@
  		simple_heap_delete(pg_largeobject, &tuple->t_self);
  		found = true;
  	}
-diff -rpNU3 postgresql-8.2.5/src/backend/catalog/pg_proc.c sepostgresql-8.2.5/src/backend/catalog/pg_proc.c
---- postgresql-8.2.5/src/backend/catalog/pg_proc.c	2006-10-20 03:32:46.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/catalog/pg_proc.c	2007-05-17 23:32:22.000000000 +0900
+diff -rpNU3 base/src/backend/catalog/pg_proc.c sepgsql/src/backend/catalog/pg_proc.c
+--- base/src/backend/catalog/pg_proc.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/catalog/pg_proc.c	2007-10-25 13:12:52.000000000 +0900
 @@ -27,6 +27,7 @@
  #include "mb/pg_wchar.h"
  #include "miscadmin.h"
@@ -525,9 +523,9 @@
  		simple_heap_insert(rel, tup);
  		is_update = false;
  	}
-diff -rpNU3 postgresql-8.2.5/src/backend/catalog/toasting.c sepostgresql-8.2.5/src/backend/catalog/toasting.c
---- postgresql-8.2.5/src/backend/catalog/toasting.c	2006-10-04 09:29:50.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/catalog/toasting.c	2007-05-15 21:45:21.000000000 +0900
+diff -rpNU3 base/src/backend/catalog/toasting.c sepgsql/src/backend/catalog/toasting.c
+--- base/src/backend/catalog/toasting.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/catalog/toasting.c	2007-10-25 13:12:52.000000000 +0900
 @@ -192,7 +192,8 @@ create_toast_table(Relation rel, Oid toa
  										   0,
  										   ONCOMMIT_NOOP,
@@ -538,9 +536,9 @@
  
  	/* make the toast relation visible, else index creation will fail */
  	CommandCounterIncrement();
-diff -rpNU3 postgresql-8.2.5/src/backend/commands/cluster.c sepostgresql-8.2.5/src/backend/commands/cluster.c
---- postgresql-8.2.5/src/backend/commands/cluster.c	2007-09-11 07:02:05.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/commands/cluster.c	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/backend/commands/cluster.c sepgsql/src/backend/commands/cluster.c
+--- base/src/backend/commands/cluster.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/commands/cluster.c	2007-10-25 13:12:52.000000000 +0900
 @@ -639,7 +639,8 @@ make_new_heap(Oid OIDOldHeap, const char
  										  0,
  										  ONCOMMIT_NOOP,
@@ -551,9 +549,9 @@
  
  	ReleaseSysCache(tuple);
  
-diff -rpNU3 postgresql-8.2.5/src/backend/commands/copy.c sepostgresql-8.2.5/src/backend/commands/copy.c
---- postgresql-8.2.5/src/backend/commands/copy.c	2006-10-07 02:13:58.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/commands/copy.c	2007-05-22 00:50:16.000000000 +0900
+diff -rpNU3 base/src/backend/commands/copy.c sepgsql/src/backend/commands/copy.c
+--- base/src/backend/commands/copy.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/commands/copy.c	2007-10-25 13:12:52.000000000 +0900
 @@ -22,6 +22,7 @@
  
  #include "access/heapam.h"
@@ -884,9 +882,9 @@
  }
  
  /*
-diff -rpNU3 postgresql-8.2.5/src/backend/commands/dbcommands.c sepostgresql-8.2.5/src/backend/commands/dbcommands.c
---- postgresql-8.2.5/src/backend/commands/dbcommands.c	2007-04-13 00:04:41.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/commands/dbcommands.c	2007-05-17 23:32:22.000000000 +0900
+diff -rpNU3 base/src/backend/commands/dbcommands.c sepgsql/src/backend/commands/dbcommands.c
+--- base/src/backend/commands/dbcommands.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/commands/dbcommands.c	2007-10-25 13:12:52.000000000 +0900
 @@ -38,6 +38,7 @@
  #include "mb/pg_wchar.h"
  #include "miscadmin.h"
@@ -955,9 +953,9 @@
  	simple_heap_update(rel, &tuple->t_self, newtuple);
  
  	/* Update indexes */
-diff -rpNU3 postgresql-8.2.5/src/backend/commands/functioncmds.c sepostgresql-8.2.5/src/backend/commands/functioncmds.c
---- postgresql-8.2.5/src/backend/commands/functioncmds.c	2006-10-07 02:13:58.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/commands/functioncmds.c	2007-05-17 23:32:22.000000000 +0900
+diff -rpNU3 base/src/backend/commands/functioncmds.c sepgsql/src/backend/commands/functioncmds.c
+--- base/src/backend/commands/functioncmds.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/commands/functioncmds.c	2007-10-25 13:12:52.000000000 +0900
 @@ -47,6 +47,7 @@
  #include "miscadmin.h"
  #include "parser/parse_func.h"
@@ -1050,9 +1048,9 @@
  	/* Do the update */
  	simple_heap_update(rel, &tup->t_self, tup);
  	CatalogUpdateIndexes(rel, tup);
-diff -rpNU3 postgresql-8.2.5/src/backend/commands/lockcmds.c sepostgresql-8.2.5/src/backend/commands/lockcmds.c
---- postgresql-8.2.5/src/backend/commands/lockcmds.c	2006-08-19 01:09:08.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/commands/lockcmds.c	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/backend/commands/lockcmds.c sepgsql/src/backend/commands/lockcmds.c
+--- base/src/backend/commands/lockcmds.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/commands/lockcmds.c	2007-10-25 13:12:52.000000000 +0900
 @@ -18,6 +18,7 @@
  #include "catalog/namespace.h"
  #include "commands/lockcmds.h"
@@ -1070,9 +1068,9 @@
  		if (lockstmt->nowait)
  			rel = relation_open_nowait(reloid, lockstmt->mode);
  		else
-diff -rpNU3 postgresql-8.2.5/src/backend/commands/proclang.c sepostgresql-8.2.5/src/backend/commands/proclang.c
---- postgresql-8.2.5/src/backend/commands/proclang.c	2006-10-04 09:29:51.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/commands/proclang.c	2007-05-15 15:51:51.000000000 +0900
+diff -rpNU3 base/src/backend/commands/proclang.c sepgsql/src/backend/commands/proclang.c
+--- base/src/backend/commands/proclang.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/commands/proclang.c	2007-10-25 13:12:52.000000000 +0900
 @@ -130,7 +130,8 @@ CreateProceduralLanguage(CreatePLangStmt
  										 buildoidvector(funcargtypes, 0),
  										 PointerGetDatum(NULL),
@@ -1093,9 +1091,9 @@
  			}
  		}
  		else
-diff -rpNU3 postgresql-8.2.5/src/backend/commands/tablecmds.c sepostgresql-8.2.5/src/backend/commands/tablecmds.c
---- postgresql-8.2.5/src/backend/commands/tablecmds.c	2007-05-12 05:17:31.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/commands/tablecmds.c	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/backend/commands/tablecmds.c sepgsql/src/backend/commands/tablecmds.c
+--- base/src/backend/commands/tablecmds.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/commands/tablecmds.c	2007-10-25 13:12:52.000000000 +0900
 @@ -53,6 +53,7 @@
  #include "parser/parse_type.h"
  #include "parser/parser.h"
@@ -1132,9 +1130,9 @@
  		default:				/* oops */
  			elog(ERROR, "unrecognized alter table type: %d",
  				 (int) cmd->subtype);
-diff -rpNU3 postgresql-8.2.5/src/backend/commands/trigger.c sepostgresql-8.2.5/src/backend/commands/trigger.c
---- postgresql-8.2.5/src/backend/commands/trigger.c	2007-08-16 04:15:55.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/commands/trigger.c	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/backend/commands/trigger.c sepgsql/src/backend/commands/trigger.c
+--- base/src/backend/commands/trigger.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/commands/trigger.c	2007-10-25 13:12:52.000000000 +0900
 @@ -30,6 +30,7 @@
  #include "miscadmin.h"
  #include "nodes/makefuncs.h"
@@ -1156,9 +1154,9 @@
  	result = FunctionCallInvoke(&fcinfo);
  
  	MemoryContextSwitchTo(oldContext);
-diff -rpNU3 postgresql-8.2.5/src/backend/executor/execMain.c sepostgresql-8.2.5/src/backend/executor/execMain.c
---- postgresql-8.2.5/src/backend/executor/execMain.c	2007-02-02 09:07:27.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/executor/execMain.c	2007-06-26 02:08:29.000000000 +0900
+diff -rpNU3 base/src/backend/executor/execMain.c sepgsql/src/backend/executor/execMain.c
+--- base/src/backend/executor/execMain.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/executor/execMain.c	2007-10-25 13:12:52.000000000 +0900
 @@ -48,6 +48,7 @@
  #include "optimizer/clauses.h"
  #include "parser/parse_clause.h"
@@ -1284,9 +1282,9 @@
  
  	heap_insert(estate->es_into_relation_descriptor,
  				tuple,
-diff -rpNU3 postgresql-8.2.5/src/backend/executor/execQual.c sepostgresql-8.2.5/src/backend/executor/execQual.c
---- postgresql-8.2.5/src/backend/executor/execQual.c	2007-09-01 03:33:47.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/executor/execQual.c	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/backend/executor/execQual.c sepgsql/src/backend/executor/execQual.c
+--- base/src/backend/executor/execQual.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/executor/execQual.c	2007-10-25 13:12:52.000000000 +0900
 @@ -47,6 +47,7 @@
  #include "nodes/makefuncs.h"
  #include "optimizer/planmain.h"
@@ -1304,9 +1302,9 @@
  	return ExecMakeFunctionResult(fcache, econtext, isNull, isDone);
  }
  
-diff -rpNU3 postgresql-8.2.5/src/backend/libpq/be-fsstubs.c sepostgresql-8.2.5/src/backend/libpq/be-fsstubs.c
---- postgresql-8.2.5/src/backend/libpq/be-fsstubs.c	2006-09-08 00:37:25.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/libpq/be-fsstubs.c	2007-04-10 22:23:13.000000000 +0900
+diff -rpNU3 base/src/backend/libpq/be-fsstubs.c sepgsql/src/backend/libpq/be-fsstubs.c
+--- base/src/backend/libpq/be-fsstubs.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/libpq/be-fsstubs.c	2007-10-25 13:12:52.000000000 +0900
 @@ -45,6 +45,7 @@
  #include "libpq/be-fsstubs.h"
  #include "libpq/libpq-fs.h"
@@ -1335,9 +1333,9 @@
  	/*
  	 * open the inversion object (no need to test for failure)
  	 */
-diff -rpNU3 postgresql-8.2.5/src/backend/nodes/copyfuncs.c sepostgresql-8.2.5/src/backend/nodes/copyfuncs.c
---- postgresql-8.2.5/src/backend/nodes/copyfuncs.c	2007-08-31 10:44:14.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/nodes/copyfuncs.c	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/backend/nodes/copyfuncs.c sepgsql/src/backend/nodes/copyfuncs.c
+--- base/src/backend/nodes/copyfuncs.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/nodes/copyfuncs.c	2007-10-25 13:12:52.000000000 +0900
 @@ -24,6 +24,7 @@
  
  #include "nodes/plannodes.h"
@@ -1365,9 +1363,9 @@
  			elog(ERROR, "unrecognized node type: %d", (int) nodeTag(from));
  			retval = from;		/* keep compiler quiet */
  			break;
-diff -rpNU3 postgresql-8.2.5/src/backend/nodes/outfuncs.c sepostgresql-8.2.5/src/backend/nodes/outfuncs.c
---- postgresql-8.2.5/src/backend/nodes/outfuncs.c	2007-08-31 10:44:14.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/nodes/outfuncs.c	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/backend/nodes/outfuncs.c sepgsql/src/backend/nodes/outfuncs.c
+--- base/src/backend/nodes/outfuncs.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/nodes/outfuncs.c	2007-10-25 13:12:52.000000000 +0900
 @@ -26,6 +26,7 @@
  #include "lib/stringinfo.h"
  #include "nodes/plannodes.h"
@@ -1385,9 +1383,9 @@
  
  				/*
  				 * This should be an ERROR, but it's too useful to be able to
-diff -rpNU3 postgresql-8.2.5/src/backend/parser/analyze.c sepostgresql-8.2.5/src/backend/parser/analyze.c
---- postgresql-8.2.5/src/backend/parser/analyze.c	2007-06-21 03:21:08.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/parser/analyze.c	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/backend/parser/analyze.c sepgsql/src/backend/parser/analyze.c
+--- base/src/backend/parser/analyze.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/parser/analyze.c	2007-10-25 13:12:52.000000000 +0900
 @@ -37,6 +37,7 @@
  #include "parser/parse_type.h"
  #include "parser/parsetree.h"
@@ -1434,9 +1432,9 @@
  	}
  
  	qry->rtable = pstate->p_rtable;
-diff -rpNU3 postgresql-8.2.5/src/backend/parser/gram.y sepostgresql-8.2.5/src/backend/parser/gram.y
---- postgresql-8.2.5/src/backend/parser/gram.y	2006-11-06 07:42:09.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/parser/gram.y	2007-05-15 21:45:21.000000000 +0900
+diff -rpNU3 base/src/backend/parser/gram.y sepgsql/src/backend/parser/gram.y
+--- base/src/backend/parser/gram.y	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/parser/gram.y	2007-10-25 13:12:52.000000000 +0900
 @@ -56,6 +56,7 @@
  #include "commands/defrem.h"
  #include "nodes/makefuncs.h"
@@ -1584,9 +1582,9 @@
  
  /*****************************************************************************
   *
-diff -rpNU3 postgresql-8.2.5/src/backend/parser/parse_target.c sepostgresql-8.2.5/src/backend/parser/parse_target.c
---- postgresql-8.2.5/src/backend/parser/parse_target.c	2006-10-04 09:29:56.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/parser/parse_target.c	2007-04-10 02:23:28.000000000 +0900
+diff -rpNU3 base/src/backend/parser/parse_target.c sepgsql/src/backend/parser/parse_target.c
+--- base/src/backend/parser/parse_target.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/parser/parse_target.c	2007-10-25 13:12:52.000000000 +0900
 @@ -26,6 +26,7 @@
  #include "parser/parse_relation.h"
  #include "parser/parse_target.h"
@@ -1678,9 +1676,9 @@
  
  			/*
  			 * Check for duplicates, but only of whole columns --- we allow
-diff -rpNU3 postgresql-8.2.5/src/backend/postmaster/postmaster.c sepostgresql-8.2.5/src/backend/postmaster/postmaster.c
---- postgresql-8.2.5/src/backend/postmaster/postmaster.c	2007-08-03 08:17:20.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/postmaster/postmaster.c	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/backend/postmaster/postmaster.c sepgsql/src/backend/postmaster/postmaster.c
+--- base/src/backend/postmaster/postmaster.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/postmaster/postmaster.c	2007-10-25 13:12:52.000000000 +0900
 @@ -107,6 +107,7 @@
  #include "postmaster/pgarch.h"
  #include "postmaster/postmaster.h"
@@ -1711,9 +1709,9 @@
  
  	PG_SETMASK(&UnBlockSig);
  
-diff -rpNU3 postgresql-8.2.5/src/backend/rewrite/rewriteHandler.c sepostgresql-8.2.5/src/backend/rewrite/rewriteHandler.c
---- postgresql-8.2.5/src/backend/rewrite/rewriteHandler.c	2007-03-02 03:50:36.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/rewrite/rewriteHandler.c	2007-04-29 13:49:53.000000000 +0900
+diff -rpNU3 base/src/backend/rewrite/rewriteHandler.c sepgsql/src/backend/rewrite/rewriteHandler.c
+--- base/src/backend/rewrite/rewriteHandler.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/rewrite/rewriteHandler.c	2007-10-25 13:12:52.000000000 +0900
 @@ -23,6 +23,7 @@
  #include "parser/parsetree.h"
  #include "rewrite/rewriteHandler.h"
@@ -1731,9 +1729,9 @@
 +
  	return results;
  }
-diff -rpNU3 postgresql-8.2.5/src/backend/security/Makefile sepostgresql-8.2.5/src/backend/security/Makefile
---- postgresql-8.2.5/src/backend/security/Makefile	1970-01-01 09:00:00.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/security/Makefile	2007-05-26 15:04:24.000000000 +0900
+diff -rpNU3 base/src/backend/security/Makefile sepgsql/src/backend/security/Makefile
+--- base/src/backend/security/Makefile	1970-01-01 09:00:00.000000000 +0900
++++ sepgsql/src/backend/security/Makefile	2007-10-25 13:12:52.000000000 +0900
 @@ -0,0 +1,31 @@
 +#
 +# src/backend/security/Makefile
@@ -1766,9 +1764,9 @@
 +ifeq (depend,$(wildcard depend))
 +include depend
 +endif
-diff -rpNU3 postgresql-8.2.5/src/backend/security/pgaceCommon.c sepostgresql-8.2.5/src/backend/security/pgaceCommon.c
---- postgresql-8.2.5/src/backend/security/pgaceCommon.c	1970-01-01 09:00:00.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/security/pgaceCommon.c	2007-06-22 02:22:56.000000000 +0900
+diff -rpNU3 base/src/backend/security/pgaceCommon.c sepgsql/src/backend/security/pgaceCommon.c
+--- base/src/backend/security/pgaceCommon.c	1970-01-01 09:00:00.000000000 +0900
++++ sepgsql/src/backend/security/pgaceCommon.c	2007-10-25 13:12:52.000000000 +0900
 @@ -0,0 +1,764 @@
 +/*
 + * src/backend/security/pgaceCommon.c
@@ -2534,9 +2532,9 @@
 +	PG_RETURN_BOOL(false);
 +}
 +#endif
-diff -rpNU3 postgresql-8.2.5/src/backend/security/sepgsqlCore.c sepostgresql-8.2.5/src/backend/security/sepgsqlCore.c
---- postgresql-8.2.5/src/backend/security/sepgsqlCore.c	1970-01-01 09:00:00.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/security/sepgsqlCore.c	2007-08-09 17:28:31.000000000 +0900
+diff -rpNU3 base/src/backend/security/sepgsqlCore.c sepgsql/src/backend/security/sepgsqlCore.c
+--- base/src/backend/security/sepgsqlCore.c	1970-01-01 09:00:00.000000000 +0900
++++ sepgsql/src/backend/security/sepgsqlCore.c	2007-10-25 13:12:52.000000000 +0900
 @@ -0,0 +1,1019 @@
 +/*
 + * src/backend/security/sepgsqlCore.c
@@ -3557,9 +3555,9 @@
 +	}
 +	return (enabled > 0 ? true : false);
 +}
-diff -rpNU3 postgresql-8.2.5/src/backend/security/sepgsqlHooks.c sepostgresql-8.2.5/src/backend/security/sepgsqlHooks.c
---- postgresql-8.2.5/src/backend/security/sepgsqlHooks.c	1970-01-01 09:00:00.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/security/sepgsqlHooks.c	2007-10-17 19:32:14.000000000 +0900
+diff -rpNU3 base/src/backend/security/sepgsqlHooks.c sepgsql/src/backend/security/sepgsqlHooks.c
+--- base/src/backend/security/sepgsqlHooks.c	1970-01-01 09:00:00.000000000 +0900
++++ sepgsql/src/backend/security/sepgsqlHooks.c	2007-10-25 13:12:52.000000000 +0900
 @@ -0,0 +1,676 @@
 +/*
 + * src/backend/sepgsqlHooks.c
@@ -4237,9 +4235,9 @@
 +		HeapTupleSetSecurity(newtup, oldcon);
 +	}
 +}
-diff -rpNU3 postgresql-8.2.5/src/backend/security/sepgsqlPerms.c sepostgresql-8.2.5/src/backend/security/sepgsqlPerms.c
---- postgresql-8.2.5/src/backend/security/sepgsqlPerms.c	1970-01-01 09:00:00.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/security/sepgsqlPerms.c	2007-08-09 17:28:31.000000000 +0900
+diff -rpNU3 base/src/backend/security/sepgsqlPerms.c sepgsql/src/backend/security/sepgsqlPerms.c
+--- base/src/backend/security/sepgsqlPerms.c	1970-01-01 09:00:00.000000000 +0900
++++ sepgsql/src/backend/security/sepgsqlPerms.c	2007-10-25 13:12:52.000000000 +0900
 @@ -0,0 +1,489 @@
 +/*
 + * src/backend/security/sepgsqlPerms.c
@@ -4730,9 +4728,9 @@
 +	}
 +	return sepgsql_avc_createcon(sepgsqlGetClientContext(), tcon, tclass);
 +}
-diff -rpNU3 postgresql-8.2.5/src/backend/security/sepgsqlProxy.c sepostgresql-8.2.5/src/backend/security/sepgsqlProxy.c
---- postgresql-8.2.5/src/backend/security/sepgsqlProxy.c	1970-01-01 09:00:00.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/security/sepgsqlProxy.c	2007-08-09 17:28:31.000000000 +0900
+diff -rpNU3 base/src/backend/security/sepgsqlProxy.c sepgsql/src/backend/security/sepgsqlProxy.c
+--- base/src/backend/security/sepgsqlProxy.c	1970-01-01 09:00:00.000000000 +0900
++++ sepgsql/src/backend/security/sepgsqlProxy.c	2007-10-25 13:12:52.000000000 +0900
 @@ -0,0 +1,1487 @@
 +/*
 + * src/backend/security/sepgsqlProxy.c
@@ -6221,9 +6219,9 @@
 +void sepgsqlRestorePlanCheck(Relation rel, Oid pgace_saved) {
 +	fnoid_sepgsql_tuple_perm = pgace_saved;
 +}
-diff -rpNU3 postgresql-8.2.5/src/backend/storage/ipc/ipci.c sepostgresql-8.2.5/src/backend/storage/ipc/ipci.c
---- postgresql-8.2.5/src/backend/storage/ipc/ipci.c	2006-10-16 07:04:07.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/storage/ipc/ipci.c	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/backend/storage/ipc/ipci.c sepgsql/src/backend/storage/ipc/ipci.c
+--- base/src/backend/storage/ipc/ipci.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/storage/ipc/ipci.c	2007-10-25 13:12:52.000000000 +0900
 @@ -23,6 +23,7 @@
  #include "pgstat.h"
  #include "postmaster/bgwriter.h"
@@ -6240,9 +6238,9 @@
  
  		/* freeze the addin request size and include it */
  		addin_request_allowed = false;
-diff -rpNU3 postgresql-8.2.5/src/backend/storage/large_object/inv_api.c sepostgresql-8.2.5/src/backend/storage/large_object/inv_api.c
---- postgresql-8.2.5/src/backend/storage/large_object/inv_api.c	2006-09-08 00:37:25.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/storage/large_object/inv_api.c	2007-04-10 22:23:13.000000000 +0900
+diff -rpNU3 base/src/backend/storage/large_object/inv_api.c sepgsql/src/backend/storage/large_object/inv_api.c
+--- base/src/backend/storage/large_object/inv_api.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/storage/large_object/inv_api.c	2007-10-25 13:12:52.000000000 +0900
 @@ -32,6 +32,7 @@
  #include "catalog/pg_largeobject.h"
  #include "commands/comment.h"
@@ -6298,9 +6296,9 @@
  			simple_heap_insert(lo_heap_r, newtup);
  			CatalogIndexInsert(indstate, newtup);
  			heap_freetuple(newtup);
-diff -rpNU3 postgresql-8.2.5/src/backend/tcop/fastpath.c sepostgresql-8.2.5/src/backend/tcop/fastpath.c
---- postgresql-8.2.5/src/backend/tcop/fastpath.c	2006-10-20 07:44:11.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/tcop/fastpath.c	2007-04-11 03:14:48.000000000 +0900
+diff -rpNU3 base/src/backend/tcop/fastpath.c sepgsql/src/backend/tcop/fastpath.c
+--- base/src/backend/tcop/fastpath.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/tcop/fastpath.c	2007-10-25 13:12:52.000000000 +0900
 @@ -26,6 +26,7 @@
  #include "libpq/pqformat.h"
  #include "mb/pg_wchar.h"
@@ -6319,9 +6317,9 @@
  	if (PG_PROTOCOL_MAJOR(FrontendProtocol) >= 3)
  		rformat = parse_fcall_arguments(msgBuf, fip, &fcinfo);
  	else
-diff -rpNU3 postgresql-8.2.5/src/backend/tcop/postgres.c sepostgresql-8.2.5/src/backend/tcop/postgres.c
---- postgresql-8.2.5/src/backend/tcop/postgres.c	2007-01-04 09:58:01.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/tcop/postgres.c	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/backend/tcop/postgres.c sepgsql/src/backend/tcop/postgres.c
+--- base/src/backend/tcop/postgres.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/tcop/postgres.c	2007-10-25 13:12:52.000000000 +0900
 @@ -52,6 +52,7 @@
  #include "parser/analyze.h"
  #include "parser/parser.h"
@@ -6343,9 +6341,9 @@
  		}
  		else
  		{
-diff -rpNU3 postgresql-8.2.5/src/backend/tcop/pquery.c sepostgresql-8.2.5/src/backend/tcop/pquery.c
---- postgresql-8.2.5/src/backend/tcop/pquery.c	2007-02-19 04:49:30.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/tcop/pquery.c	2007-04-29 13:49:53.000000000 +0900
+diff -rpNU3 base/src/backend/tcop/pquery.c sepgsql/src/backend/tcop/pquery.c
+--- base/src/backend/tcop/pquery.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/tcop/pquery.c	2007-10-25 13:12:52.000000000 +0900
 @@ -19,6 +19,7 @@
  #include "commands/prepare.h"
  #include "commands/trigger.h"
@@ -6364,9 +6362,9 @@
  	/*
  	 * Set up global portal context pointers.  (Should we set QueryContext?)
  	 */
-diff -rpNU3 postgresql-8.2.5/src/backend/utils/adt/ri_triggers.c sepostgresql-8.2.5/src/backend/utils/adt/ri_triggers.c
---- postgresql-8.2.5/src/backend/utils/adt/ri_triggers.c	2007-08-16 04:15:55.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/utils/adt/ri_triggers.c	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/backend/utils/adt/ri_triggers.c sepgsql/src/backend/utils/adt/ri_triggers.c
+--- base/src/backend/utils/adt/ri_triggers.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/utils/adt/ri_triggers.c	2007-10-25 13:12:52.000000000 +0900
 @@ -34,6 +34,7 @@
  
  #include "commands/trigger.h"
@@ -6403,9 +6401,9 @@
  
  	if (qplan == NULL)
  		elog(ERROR, "SPI_prepare returned %d for %s", SPI_result, querystr);
-diff -rpNU3 postgresql-8.2.5/src/backend/utils/cache/syscache.c sepostgresql-8.2.5/src/backend/utils/cache/syscache.c
---- postgresql-8.2.5/src/backend/utils/cache/syscache.c	2006-10-07 03:23:35.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/utils/cache/syscache.c	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/backend/utils/cache/syscache.c sepgsql/src/backend/utils/cache/syscache.c
+--- base/src/backend/utils/cache/syscache.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/utils/cache/syscache.c	2007-10-25 13:12:52.000000000 +0900
 @@ -37,6 +37,7 @@
  #include "catalog/pg_operator.h"
  #include "catalog/pg_proc.h"
@@ -6447,9 +6445,9 @@
  };
  
  static CatCache *SysCache[
-diff -rpNU3 postgresql-8.2.5/src/backend/utils/fmgr/dfmgr.c sepostgresql-8.2.5/src/backend/utils/fmgr/dfmgr.c
---- postgresql-8.2.5/src/backend/utils/fmgr/dfmgr.c	2006-10-07 02:13:59.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/utils/fmgr/dfmgr.c	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/backend/utils/fmgr/dfmgr.c sepgsql/src/backend/utils/fmgr/dfmgr.c
+--- base/src/backend/utils/fmgr/dfmgr.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/utils/fmgr/dfmgr.c	2007-10-25 13:12:52.000000000 +0900
 @@ -22,6 +22,7 @@
  #include "port/dynloader/win32.h"
  #endif
@@ -6495,9 +6493,9 @@
  expand_dynamic_library_name(const char *name)
  {
  	bool		have_slash;
-diff -rpNU3 postgresql-8.2.5/src/backend/utils/init/postinit.c sepostgresql-8.2.5/src/backend/utils/init/postinit.c
---- postgresql-8.2.5/src/backend/utils/init/postinit.c	2006-11-06 07:42:09.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/utils/init/postinit.c	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/backend/utils/init/postinit.c sepgsql/src/backend/utils/init/postinit.c
+--- base/src/backend/utils/init/postinit.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/utils/init/postinit.c	2007-10-25 13:12:52.000000000 +0900
 @@ -30,6 +30,7 @@
  #include "miscadmin.h"
  #include "postmaster/autovacuum.h"
@@ -6516,9 +6514,9 @@
  	/* close the transaction we started above */
  	if (!bootstrap)
  		CommitTransactionCommand();
-diff -rpNU3 postgresql-8.2.5/src/backend/utils/misc/guc.c sepostgresql-8.2.5/src/backend/utils/misc/guc.c
---- postgresql-8.2.5/src/backend/utils/misc/guc.c	2007-04-24 00:13:30.000000000 +0900
-+++ sepostgresql-8.2.5/src/backend/utils/misc/guc.c	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/backend/utils/misc/guc.c sepgsql/src/backend/utils/misc/guc.c
+--- base/src/backend/utils/misc/guc.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/backend/utils/misc/guc.c	2007-10-25 13:12:52.000000000 +0900
 @@ -51,6 +51,7 @@
  #include "postmaster/bgwriter.h"
  #include "postmaster/postmaster.h"
@@ -6557,9 +6555,9 @@
  	if (pg_strcasecmp(name, "all") == 0)
  		ResetAllOptions();
  	else
-diff -rpNU3 postgresql-8.2.5/src/bin/pg_dump/pg_dump.c sepostgresql-8.2.5/src/bin/pg_dump/pg_dump.c
---- postgresql-8.2.5/src/bin/pg_dump/pg_dump.c	2007-04-17 03:42:17.000000000 +0900
-+++ sepostgresql-8.2.5/src/bin/pg_dump/pg_dump.c	2007-08-18 04:05:24.000000000 +0900
+diff -rpNU3 base/src/bin/pg_dump/pg_dump.c sepgsql/src/bin/pg_dump/pg_dump.c
+--- base/src/bin/pg_dump/pg_dump.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/bin/pg_dump/pg_dump.c	2007-10-25 13:12:52.000000000 +0900
 @@ -119,6 +119,8 @@ static int	g_numNamespaces;
  /* flag to turn on/off dollar quoting */
  static int	disable_dollar_quoting = 0;
@@ -6824,9 +6822,9 @@
  	for (i = 0; i < numatts; i++)
  	{
  		if (attisdropped[i])
-diff -rpNU3 postgresql-8.2.5/src/bin/pg_dump/pg_dump.h sepostgresql-8.2.5/src/bin/pg_dump/pg_dump.h
---- postgresql-8.2.5/src/bin/pg_dump/pg_dump.h	2007-02-20 00:05:21.000000000 +0900
-+++ sepostgresql-8.2.5/src/bin/pg_dump/pg_dump.h	2007-08-18 04:05:24.000000000 +0900
+diff -rpNU3 base/src/bin/pg_dump/pg_dump.h sepgsql/src/bin/pg_dump/pg_dump.h
+--- base/src/bin/pg_dump/pg_dump.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/bin/pg_dump/pg_dump.h	2007-10-25 13:12:52.000000000 +0900
 @@ -227,6 +227,7 @@ typedef struct _tableInfo
  	char		relkind;
  	char	   *reltablespace;	/* relation tablespace */
@@ -6843,9 +6841,9 @@
  
  	/*
  	 * Note: we need to store per-attribute notnull, default, and constraint
-diff -rpNU3 postgresql-8.2.5/src/bin/pg_dump/pg_dumpall.c sepostgresql-8.2.5/src/bin/pg_dump/pg_dumpall.c
---- postgresql-8.2.5/src/bin/pg_dump/pg_dumpall.c	2007-05-16 05:20:24.000000000 +0900
-+++ sepostgresql-8.2.5/src/bin/pg_dump/pg_dumpall.c	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/bin/pg_dump/pg_dumpall.c sepgsql/src/bin/pg_dump/pg_dumpall.c
+--- base/src/bin/pg_dump/pg_dumpall.c	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/bin/pg_dump/pg_dumpall.c	2007-10-25 13:12:52.000000000 +0900
 @@ -68,6 +68,9 @@ static int	disable_triggers = 0;
  static int	use_setsessauth = 0;
  static int	server_version;
@@ -6970,9 +6968,9 @@
  			appendPQExpBuffer(buf, ";\n");
  
  			if (strcmp(dbistemplate, "t") == 0)
-diff -rpNU3 postgresql-8.2.5/src/include/access/htup.h sepostgresql-8.2.5/src/include/access/htup.h
---- postgresql-8.2.5/src/include/access/htup.h	2006-11-06 07:42:10.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/access/htup.h	2007-04-10 02:49:22.000000000 +0900
+diff -rpNU3 base/src/include/access/htup.h sepgsql/src/include/access/htup.h
+--- base/src/include/access/htup.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/access/htup.h	2007-10-25 13:12:52.000000000 +0900
 @@ -137,6 +137,9 @@ typedef struct HeapTupleHeaderData
  
  	ItemPointerData t_ctid;		/* current TID of this or newer tuple */
@@ -7020,9 +7018,9 @@
  	int16		t_natts;
  	uint16		t_infomask;
  	uint8		t_hoff;
-diff -rpNU3 postgresql-8.2.5/src/include/catalog/heap.h sepostgresql-8.2.5/src/include/catalog/heap.h
---- postgresql-8.2.5/src/include/catalog/heap.h	2006-07-14 01:49:19.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/catalog/heap.h	2007-05-15 21:45:21.000000000 +0900
+diff -rpNU3 base/src/include/catalog/heap.h sepgsql/src/include/catalog/heap.h
+--- base/src/include/catalog/heap.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/catalog/heap.h	2007-10-25 13:12:52.000000000 +0900
 @@ -52,7 +52,8 @@ extern Oid heap_create_with_catalog(cons
  						 int oidinhcount,
  						 OnCommitAction oncommit,
@@ -7043,9 +7041,9 @@
  
  extern List *AddRelationRawConstraints(Relation rel,
  						  List *rawColDefaults,
-diff -rpNU3 postgresql-8.2.5/src/include/catalog/indexing.h sepostgresql-8.2.5/src/include/catalog/indexing.h
---- postgresql-8.2.5/src/include/catalog/indexing.h	2006-07-14 02:47:01.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/catalog/indexing.h	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/include/catalog/indexing.h sepgsql/src/include/catalog/indexing.h
+--- base/src/include/catalog/indexing.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/catalog/indexing.h	2007-10-25 13:12:52.000000000 +0900
 @@ -218,6 +218,11 @@ DECLARE_UNIQUE_INDEX(pg_type_oid_index, 
  DECLARE_UNIQUE_INDEX(pg_type_typname_nsp_index, 2704, on pg_type using btree(typname name_ops, typnamespace oid_ops));
  #define TypeNameNspIndexId	2704
@@ -7058,9 +7056,9 @@
  /* last step of initialization script: build the indexes declared above */
  BUILD_INDICES
  
-diff -rpNU3 postgresql-8.2.5/src/include/catalog/pg_attribute.h sepostgresql-8.2.5/src/include/catalog/pg_attribute.h
---- postgresql-8.2.5/src/include/catalog/pg_attribute.h	2006-11-06 07:42:10.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/catalog/pg_attribute.h	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/include/catalog/pg_attribute.h sepgsql/src/include/catalog/pg_attribute.h
+--- base/src/include/catalog/pg_attribute.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/catalog/pg_attribute.h	2007-10-25 13:12:52.000000000 +0900
 @@ -276,6 +276,7 @@ DATA(insert ( 1247 cmin				29 0  4  -4 0
  DATA(insert ( 1247 xmax				28 0  4  -5 0 -1 -1 t p i t f f t 0));
  DATA(insert ( 1247 cmax				29 0  4  -6 0 -1 -1 t p i t f f t 0));
@@ -7093,9 +7091,9 @@
  
  /* ----------------
   *		pg_index
-diff -rpNU3 postgresql-8.2.5/src/include/catalog/pg_cast.h sepostgresql-8.2.5/src/include/catalog/pg_cast.h
---- postgresql-8.2.5/src/include/catalog/pg_cast.h	2006-03-06 00:58:54.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/catalog/pg_cast.h	2007-04-28 18:41:09.000000000 +0900
+diff -rpNU3 base/src/include/catalog/pg_cast.h sepgsql/src/include/catalog/pg_cast.h
+--- base/src/include/catalog/pg_cast.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/catalog/pg_cast.h	2007-10-25 13:12:52.000000000 +0900
 @@ -392,4 +392,10 @@ DATA(insert ( 1560 1560 1685 i ));
  DATA(insert ( 1562 1562 1687 i ));
  DATA(insert ( 1700 1700 1703 i ));
@@ -7107,9 +7105,9 @@
 +DATA(insert (3403 25 3409 i));
 +
  #endif   /* PG_CAST_H */
-diff -rpNU3 postgresql-8.2.5/src/include/catalog/pg_proc.h sepostgresql-8.2.5/src/include/catalog/pg_proc.h
---- postgresql-8.2.5/src/include/catalog/pg_proc.h	2006-11-29 04:18:44.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/catalog/pg_proc.h	2007-10-15 14:43:07.000000000 +0900
+diff -rpNU3 base/src/include/catalog/pg_proc.h sepgsql/src/include/catalog/pg_proc.h
+--- base/src/include/catalog/pg_proc.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/catalog/pg_proc.h	2007-10-25 13:12:52.000000000 +0900
 @@ -3974,6 +3974,22 @@ DESCR("release shared advisory lock");
  DATA(insert OID = 2892 (  pg_advisory_unlock_all		PGNSP PGUID 12 f f t f v 0 2278 "" _null_ _null_ _null_ pg_advisory_unlock_all - _null_ ));
  DESCR("release all advisory locks");
@@ -7143,9 +7141,9 @@
  
  extern bool function_parse_error_transpose(const char *prosrc);
  
-diff -rpNU3 postgresql-8.2.5/src/include/catalog/pg_security.h sepostgresql-8.2.5/src/include/catalog/pg_security.h
---- postgresql-8.2.5/src/include/catalog/pg_security.h	1970-01-01 09:00:00.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/catalog/pg_security.h	2007-04-07 15:26:44.000000000 +0900
+diff -rpNU3 base/src/include/catalog/pg_security.h sepgsql/src/include/catalog/pg_security.h
+--- base/src/include/catalog/pg_security.h	1970-01-01 09:00:00.000000000 +0900
++++ sepgsql/src/include/catalog/pg_security.h	2007-10-25 13:12:52.000000000 +0900
 @@ -0,0 +1,31 @@
 +/*
 + * src/include/catalog/pg_security.h
@@ -7178,9 +7176,9 @@
 +#define Anum_pg_security_seclabel		1
 +
 +#endif   /* PG_SELINUX_H */
-diff -rpNU3 postgresql-8.2.5/src/include/catalog/pg_type.h sepostgresql-8.2.5/src/include/catalog/pg_type.h
---- postgresql-8.2.5/src/include/catalog/pg_type.h	2006-12-28 10:09:04.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/catalog/pg_type.h	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/include/catalog/pg_type.h sepgsql/src/include/catalog/pg_type.h
+--- base/src/include/catalog/pg_type.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/catalog/pg_type.h	2007-10-25 13:12:52.000000000 +0900
 @@ -548,6 +548,9 @@ DATA(insert OID = 2282 ( opaque			PGNSP 
  #define OPAQUEOID		2282
  DATA(insert OID = 2283 ( anyelement		PGNSP PGUID  4 t p t \054 0 0 anyelement_in anyelement_out - - - i p f 0 -1 0 _null_ _null_ ));
@@ -7191,9 +7189,9 @@
  
  /*
   * prototypes for functions in pg_type.c
-diff -rpNU3 postgresql-8.2.5/src/include/executor/tuptable.h sepostgresql-8.2.5/src/include/executor/tuptable.h
---- postgresql-8.2.5/src/include/executor/tuptable.h	2006-10-04 09:30:08.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/executor/tuptable.h	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/include/executor/tuptable.h sepgsql/src/include/executor/tuptable.h
+--- base/src/include/executor/tuptable.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/executor/tuptable.h	2007-10-25 13:12:52.000000000 +0900
 @@ -118,6 +118,7 @@ typedef struct TupleTableSlot
  	MinimalTuple tts_mintuple;	/* set if it's a minimal tuple, else NULL */
  	HeapTupleData tts_minhdr;	/* workspace if it's a minimal tuple */
@@ -7219,9 +7217,9 @@
  /* in executor/execTuples.c */
  extern TupleTable ExecCreateTupleTable(int tableSize);
  extern void ExecDropTupleTable(TupleTable table, bool shouldFree);
-diff -rpNU3 postgresql-8.2.5/src/include/fmgr.h sepostgresql-8.2.5/src/include/fmgr.h
---- postgresql-8.2.5/src/include/fmgr.h	2006-10-04 09:30:06.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/fmgr.h	2007-04-11 03:14:48.000000000 +0900
+diff -rpNU3 base/src/include/fmgr.h sepgsql/src/include/fmgr.h
+--- base/src/include/fmgr.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/fmgr.h	2007-10-25 13:12:52.000000000 +0900
 @@ -52,6 +52,9 @@ typedef struct FmgrInfo
  	void	   *fn_extra;		/* extra space for use by handler */
  	MemoryContext fn_mcxt;		/* memory context to store fn_extra in */
@@ -7240,9 +7238,9 @@
  extern PGFunction load_external_function(char *filename, char *funcname,
  					   bool signalNotFound, void **filehandle);
  extern PGFunction lookup_external_function(void *filehandle, char *funcname);
-diff -rpNU3 postgresql-8.2.5/src/include/libpq/be-fsstubs.h sepostgresql-8.2.5/src/include/libpq/be-fsstubs.h
---- postgresql-8.2.5/src/include/libpq/be-fsstubs.h	2006-09-08 00:37:25.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/libpq/be-fsstubs.h	2007-02-17 01:25:55.000000000 +0900
+diff -rpNU3 base/src/include/libpq/be-fsstubs.h sepgsql/src/include/libpq/be-fsstubs.h
+--- base/src/include/libpq/be-fsstubs.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/libpq/be-fsstubs.h	2007-10-25 13:12:52.000000000 +0900
 @@ -35,6 +35,9 @@ extern Datum lo_lseek(PG_FUNCTION_ARGS);
  extern Datum lo_tell(PG_FUNCTION_ARGS);
  extern Datum lo_unlink(PG_FUNCTION_ARGS);
@@ -7253,9 +7251,9 @@
  /*
   * These are not fmgr-callable, but are available to C code.
   * Probably these should have had the underscore-free names,
-diff -rpNU3 postgresql-8.2.5/src/include/nodes/parsenodes.h sepostgresql-8.2.5/src/include/nodes/parsenodes.h
---- postgresql-8.2.5/src/include/nodes/parsenodes.h	2006-11-06 07:42:10.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/nodes/parsenodes.h	2007-05-15 21:45:21.000000000 +0900
+diff -rpNU3 base/src/include/nodes/parsenodes.h sepgsql/src/include/nodes/parsenodes.h
+--- base/src/include/nodes/parsenodes.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/nodes/parsenodes.h	2007-10-25 13:12:52.000000000 +0900
 @@ -145,6 +145,9 @@ typedef struct Query
  	 * plan node, not in the Query.
  	 */
@@ -7292,9 +7290,9 @@
  } CreateStmt;
  
  /* ----------
-diff -rpNU3 postgresql-8.2.5/src/include/pg_config.h.in sepostgresql-8.2.5/src/include/pg_config.h.in
---- postgresql-8.2.5/src/include/pg_config.h.in	2007-07-12 23:13:06.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/pg_config.h.in	2007-09-22 21:52:26.000000000 +0900
+diff -rpNU3 base/src/include/pg_config.h.in sepgsql/src/include/pg_config.h.in
+--- base/src/include/pg_config.h.in	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/pg_config.h.in	2007-10-25 13:12:52.000000000 +0900
 @@ -340,6 +340,9 @@
  /* Define to 1 if you have the <security/pam_appl.h> header file. */
  #undef HAVE_SECURITY_PAM_APPL_H
@@ -7315,9 +7313,9 @@
  /* The size of a `size_t', as computed by sizeof. */
  #undef SIZEOF_SIZE_T
  
-diff -rpNU3 postgresql-8.2.5/src/include/security/pgace.h sepostgresql-8.2.5/src/include/security/pgace.h
---- postgresql-8.2.5/src/include/security/pgace.h	1970-01-01 09:00:00.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/security/pgace.h	2007-06-26 02:08:29.000000000 +0900
+diff -rpNU3 base/src/include/security/pgace.h sepgsql/src/include/security/pgace.h
+--- base/src/include/security/pgace.h	1970-01-01 09:00:00.000000000 +0900
++++ sepgsql/src/include/security/pgace.h	2007-10-25 13:12:52.000000000 +0900
 @@ -0,0 +1,643 @@
 +/*
 + * include/security/pgace.h
@@ -7962,9 +7960,9 @@
 +extern Datum lo_set_security(PG_FUNCTION_ARGS);
 +
 +#endif // PGACE_H
-diff -rpNU3 postgresql-8.2.5/src/include/security/sepgsql.h sepostgresql-8.2.5/src/include/security/sepgsql.h
---- postgresql-8.2.5/src/include/security/sepgsql.h	1970-01-01 09:00:00.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/security/sepgsql.h	2007-06-30 03:25:54.000000000 +0900
+diff -rpNU3 base/src/include/security/sepgsql.h sepgsql/src/include/security/sepgsql.h
+--- base/src/include/security/sepgsql.h	1970-01-01 09:00:00.000000000 +0900
++++ sepgsql/src/include/security/sepgsql.h	2007-10-25 13:12:52.000000000 +0900
 @@ -0,0 +1,330 @@
 +/*
 + * src/include/sepgsql.h
@@ -8296,9 +8294,9 @@
 +}
 +
 +#endif /* SEPGSQL_H */
-diff -rpNU3 postgresql-8.2.5/src/include/security/sepgsql_internal.h sepostgresql-8.2.5/src/include/security/sepgsql_internal.h
---- postgresql-8.2.5/src/include/security/sepgsql_internal.h	1970-01-01 09:00:00.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/security/sepgsql_internal.h	2007-08-09 17:28:31.000000000 +0900
+diff -rpNU3 base/src/include/security/sepgsql_internal.h sepgsql/src/include/security/sepgsql_internal.h
+--- base/src/include/security/sepgsql_internal.h	1970-01-01 09:00:00.000000000 +0900
++++ sepgsql/src/include/security/sepgsql_internal.h	2007-10-25 13:12:52.000000000 +0900
 @@ -0,0 +1,273 @@
 +#ifndef SEPGSQL_INTERNAL_H
 +#define SEPGSQL_INTERNAL_H
@@ -8573,9 +8571,9 @@
 +extern Oid sepgsqlParseSecurityLabel(DefElem *defel);
 +
 +#endif /* SEPGSQL_INTERNAL_H */
-diff -rpNU3 postgresql-8.2.5/src/include/utils/syscache.h sepostgresql-8.2.5/src/include/utils/syscache.h
---- postgresql-8.2.5/src/include/utils/syscache.h	2006-07-14 03:01:02.000000000 +0900
-+++ sepostgresql-8.2.5/src/include/utils/syscache.h	2007-04-07 15:10:06.000000000 +0900
+diff -rpNU3 base/src/include/utils/syscache.h sepgsql/src/include/utils/syscache.h
+--- base/src/include/utils/syscache.h	2007-10-25 08:32:26.000000000 +0900
++++ sepgsql/src/include/utils/syscache.h	2007-10-25 13:12:52.000000000 +0900
 @@ -63,6 +63,8 @@
  #define STATRELATT		32
  #define TYPENAMENSP		33


Index: sepostgresql.init
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql.init,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sepostgresql.init	17 Oct 2007 11:20:57 -0000	1.5
+++ sepostgresql.init	1 Nov 2007 14:00:32 -0000	1.6
@@ -9,7 +9,7 @@
 
 PGVERSION="8.2.5"
 PGMAJORVERSION=`echo "$PGVERSION" | sed 's/^\([0-9]*\.[0-9]*\).*$/\1/'`
-SEPGVERSION="1.33"
+SEPGVERSION="1.51"
 
 # source function library
 . /etc/rc.d/init.d/functions


Index: sepostgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sepostgresql.spec	17 Oct 2007 11:20:57 -0000	1.5
+++ sepostgresql.spec	1 Nov 2007 14:00:32 -0000	1.6
@@ -13,7 +13,7 @@
 Summary: Security Enhanced PostgreSQL
 Name: sepostgresql
 Version: 8.2.5
-Release: 1.33%{?sepgextension}%{?dist}
+Release: 1.51%{?sepgsql_extension}%{?dist}
 License: BSD
 Group: Applications/Databases
 Url: http://code.google.com/p/sepgsql/
@@ -208,9 +208,14 @@
 %attr(700,sepgsql,sepgsql) %dir %{_localstatedir}/lib/sepgsql/backups
 
 %changelog
+* Thu Nov 1 2007 <kaigai at kaigai.gr.jp> - 8.2.5-1.51
+- Re-organize repository to prepare to branch 8.3.x based tree.
+  (no differences from 8.2.5-1.33)
+
 * Wed Oct 17 2007 <kaigai at kaigai.gr.jp> - 8.2.5-1.33
 - Fix bug: security context was not canonicalized
   when irregular context (but interpretable) was inputed.
+
 * Mon Oct 15 2007 <kaigai at kaigai.gr.jp> - 8.2.5-1.31
 - Fix bug: type definitions of security_label_to_text()
   and text_to_security_label() are mismatched.


Index: sepostgresql.te
===================================================================
RCS file: /cvs/pkgs/rpms/sepostgresql/devel/sepostgresql.te,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sepostgresql.te	17 Oct 2007 11:20:57 -0000	1.5
+++ sepostgresql.te	1 Nov 2007 14:00:32 -0000	1.6
@@ -1,4 +1,4 @@
-policy_module(sepostgresql, 1.33)
+policy_module(sepostgresql, 1.51)
 
 gen_require(`
 	all_userspace_class_perms




More information about the fedora-extras-commits mailing list