aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-03-10 19:12:51 +0000
committerBruce Momjian <bruce@momjian.us>2006-03-10 19:12:51 +0000
commitab812ef3260adb8f12e0fbc66a32080283def0e2 (patch)
treed3ef7d87a52a0aa434a6b5113645c107d4c72d41 /src
parent497b5ad9286f90e024855e555829878e4c3070ab (diff)
downloadpostgresql-ab812ef3260adb8f12e0fbc66a32080283def0e2.tar.gz
postgresql-ab812ef3260adb8f12e0fbc66a32080283def0e2.zip
Remove unintened change to pg_proc.h.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_proc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h
index cc16f1c1a0c..45ac07493db 100644
--- a/src/include/catalog/pg_proc.h
+++ b/src/include/catalog/pg_proc.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.402 2006/03/10 19:10:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.403 2006/03/10 19:12:51 momjian Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
@@ -1614,8 +1614,6 @@ DATA(insert OID = 1298 ( timetzdate_pl PGNSP PGUID 14 f f t f i 2 1184 "1266
DESCR("convert time with time zone and date to timestamp with time zone");
DATA(insert OID = 1299 ( now PGNSP PGUID 12 f f t f s 0 1184 "" _null_ _null_ _null_ now - _null_ ));
DESCR("current transaction time");
-DATA(insert OID = 2512 ( transaction_timestamp PGNSP PGUID 12 f f t f s 0 1184 "" _null_ _null_ _null_ now - _null_ ));
-DESCR("current transaction time");
/* OIDS 1300 - 1399 */