Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ab812ef3
Commit
ab812ef3
authored
Mar 10, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unintened change to pg_proc.h.
parent
497b5ad9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+1
-3
No files found.
src/include/catalog/pg_proc.h
View file @
ab812ef3
...
...
@@ -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.40
2 2006/03/10 19:10:50
momjian Exp $
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.40
3 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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment