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
ba6b0bfd
Commit
ba6b0bfd
authored
Oct 19, 2007
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ts_rewrite() does not return a set, only one row; fix mislabeling in
pg_proc.h.
parent
6fe5885c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/include/catalog/catversion.h
src/include/catalog/catversion.h
+2
-2
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+2
-2
No files found.
src/include/catalog/catversion.h
View file @
ba6b0bfd
...
...
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.43
2 2007/10/13 23:06:26
tgl Exp $
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.43
3 2007/10/19 19:48:34
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 2007101
4
1
#define CATALOG_VERSION_NO 2007101
9
1
#endif
src/include/catalog/pg_proc.h
View file @
ba6b0bfd
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.47
4 2007/10/13 23:06:26
tgl Exp $
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.47
5 2007/10/19 19:48:34
tgl Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -4260,7 +4260,7 @@ DESCR("show real useful query for GiST index");
DATA
(
insert
OID
=
3684
(
ts_rewrite
PGNSP
PGUID
12
1
0
f
f
t
f
i
3
3615
"3615 3615 3615"
_null_
_null_
_null_
tsquery_rewrite_query
-
_null_
_null_
));
DESCR
(
"rewrite tsquery"
);
DATA
(
insert
OID
=
3685
(
ts_rewrite
PGNSP
PGUID
12
1
1000
f
f
t
t
v
2
3615
"3615 25"
_null_
_null_
_null_
tsquery_rewrite
-
_null_
_null_
));
DATA
(
insert
OID
=
3685
(
ts_rewrite
PGNSP
PGUID
12
1
0
f
f
t
f
v
2
3615
"3615 25"
_null_
_null_
_null_
tsquery_rewrite
-
_null_
_null_
));
DESCR
(
"rewrite tsquery"
);
DATA
(
insert
OID
=
3686
(
ts_rewrite_accum
PGNSP
PGUID
12
1
0
f
f
f
f
i
2
3615
"3615 3645"
_null_
_null_
_null_
ts_rewrite_accum
-
_null_
_null_
));
DESCR
(
"rewrite tsquery accumulator"
);
...
...
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