diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-11 17:26:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-11 17:26:59 +0000 |
commit | 0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c (patch) | |
tree | 0abe48cec8e75ac7d750cddbc23a7f3abdf6f2ce /contrib/dbmirror/pending.c | |
parent | 3a534ade394c8957b117ef1923c4e8c2fb2ffab1 (diff) | |
download | postgresql-0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c.tar.gz postgresql-0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c.zip |
Alphabetically order reference to include files, "N" - "S".
Diffstat (limited to 'contrib/dbmirror/pending.c')
-rw-r--r-- | contrib/dbmirror/pending.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/dbmirror/pending.c b/contrib/dbmirror/pending.c index cfee9561ac7..8bb8b1eb6e0 100644 --- a/contrib/dbmirror/pending.c +++ b/contrib/dbmirror/pending.c @@ -1,7 +1,7 @@ /**************************************************************************** * pending.c - * $Id: pending.c,v 1.25 2006/05/30 22:12:12 tgl Exp $ - * $PostgreSQL: pgsql/contrib/dbmirror/pending.c,v 1.25 2006/05/30 22:12:12 tgl Exp $ + * $Id: pending.c,v 1.26 2006/07/11 17:26:58 momjian Exp $ + * $PostgreSQL: pgsql/contrib/dbmirror/pending.c,v 1.26 2006/07/11 17:26:58 momjian Exp $ * * This file contains a trigger for Postgresql-7.x to record changes to tables * to a pending table for mirroring. @@ -33,6 +33,7 @@ #include "postgres.h" #include "executor/spi.h" + #include "commands/sequence.h" #include "commands/trigger.h" #include "utils/lsyscache.h" |