Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ab812ef

Browse files
committed
Remove unintened change to pg_proc.h.
1 parent 497b5ad commit ab812ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/include/catalog/pg_proc.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.402 2006/03/10 19:10:50 momjian Exp $
10+
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.403 2006/03/10 19:12:51 momjian Exp $
1111
*
1212
* NOTES
1313
* 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
16141614
DESCR("convert time with time zone and date to timestamp with time zone");
16151615
DATA(insert OID = 1299 ( now PGNSP PGUID 12 f f t f s 0 1184 "" _null_ _null_ _null_ now - _null_ ));
16161616
DESCR("current transaction time");
1617-
DATA(insert OID = 2512 ( transaction_timestamp PGNSP PGUID 12 f f t f s 0 1184 "" _null_ _null_ _null_ now - _null_ ));
1618-
DESCR("current transaction time");
16191617

16201618
/* OIDS 1300 - 1399 */
16211619

0 commit comments

Comments
 (0)