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
339570fd
Commit
339570fd
authored
Apr 29, 2008
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix volatility marking for the generate_series and generate_subscripts families
of functions.
parent
98c4ebd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
src/include/catalog/catversion.h
src/include/catalog/catversion.h
+2
-2
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+7
-7
No files found.
src/include/catalog/catversion.h
View file @
339570fd
...
...
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.45
1 2008/04/28 14:57:35
alvherre Exp $
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.45
2 2008/04/29 13:00:22
alvherre Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 2008042
8
1
#define CATALOG_VERSION_NO 2008042
9
1
#endif
src/include/catalog/pg_proc.h
View file @
339570fd
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.49
3 2008/04/28 14:48:57
alvherre Exp $
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.49
4 2008/04/29 13:00:22
alvherre Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -1010,9 +1010,9 @@ DATA(insert OID = 515 ( array_larger PGNSP PGUID 12 1 0 f f t f i 2 2277 "22
DESCR
(
"larger of two"
);
DATA
(
insert
OID
=
516
(
array_smaller
PGNSP
PGUID
12
1
0
f
f
t
f
i
2
2277
"2277 2277"
_null_
_null_
_null_
array_smaller
-
_null_
_null_
));
DESCR
(
"smaller of two"
);
DATA
(
insert
OID
=
1191
(
generate_subscripts
PGNSP
PGUID
12
1
1000
f
f
t
t
v
3
23
"2277 23 16"
_null_
_null_
_null_
generate_subscripts
-
_null_
_null_
));
DATA
(
insert
OID
=
1191
(
generate_subscripts
PGNSP
PGUID
12
1
1000
f
f
t
t
i
3
23
"2277 23 16"
_null_
_null_
_null_
generate_subscripts
-
_null_
_null_
));
DESCR
(
"array subscripts generator"
);
DATA
(
insert
OID
=
1192
(
generate_subscripts
PGNSP
PGUID
12
1
1000
f
f
t
t
v
2
23
"2277 23"
_null_
_null_
_null_
generate_subscripts_nodir
-
_null_
_null_
));
DATA
(
insert
OID
=
1192
(
generate_subscripts
PGNSP
PGUID
12
1
1000
f
f
t
t
i
2
23
"2277 23"
_null_
_null_
_null_
generate_subscripts_nodir
-
_null_
_null_
));
DESCR
(
"array subscripts generator"
);
...
...
@@ -3864,13 +3864,13 @@ DATA(insert OID = 2856 ( pg_timezone_names PGNSP PGUID 12 1 1000 f f t t s 0 2
DESCR
(
"get the available time zone names"
);
/* non-persistent series generator */
DATA
(
insert
OID
=
1066
(
generate_series
PGNSP
PGUID
12
1
1000
f
f
t
t
v
3
23
"23 23 23"
_null_
_null_
_null_
generate_series_step_int4
-
_null_
_null_
));
DATA
(
insert
OID
=
1066
(
generate_series
PGNSP
PGUID
12
1
1000
f
f
t
t
i
3
23
"23 23 23"
_null_
_null_
_null_
generate_series_step_int4
-
_null_
_null_
));
DESCR
(
"non-persistent series generator"
);
DATA
(
insert
OID
=
1067
(
generate_series
PGNSP
PGUID
12
1
1000
f
f
t
t
v
2
23
"23 23"
_null_
_null_
_null_
generate_series_int4
-
_null_
_null_
));
DATA
(
insert
OID
=
1067
(
generate_series
PGNSP
PGUID
12
1
1000
f
f
t
t
i
2
23
"23 23"
_null_
_null_
_null_
generate_series_int4
-
_null_
_null_
));
DESCR
(
"non-persistent series generator"
);
DATA
(
insert
OID
=
1068
(
generate_series
PGNSP
PGUID
12
1
1000
f
f
t
t
v
3
20
"20 20 20"
_null_
_null_
_null_
generate_series_step_int8
-
_null_
_null_
));
DATA
(
insert
OID
=
1068
(
generate_series
PGNSP
PGUID
12
1
1000
f
f
t
t
i
3
20
"20 20 20"
_null_
_null_
_null_
generate_series_step_int8
-
_null_
_null_
));
DESCR
(
"non-persistent series generator"
);
DATA
(
insert
OID
=
1069
(
generate_series
PGNSP
PGUID
12
1
1000
f
f
t
t
v
2
20
"20 20"
_null_
_null_
_null_
generate_series_int8
-
_null_
_null_
));
DATA
(
insert
OID
=
1069
(
generate_series
PGNSP
PGUID
12
1
1000
f
f
t
t
i
2
20
"20 20"
_null_
_null_
_null_
generate_series_int8
-
_null_
_null_
));
DESCR
(
"non-persistent series generator"
);
/* boolean aggregates */
...
...
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