Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba6b0bf

Browse files
committed
ts_rewrite() does not return a set, only one row; fix mislabeling in
pg_proc.h.
1 parent6fe5885 commitba6b0bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/include/catalog/catversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
3838
* Portions Copyright (c) 1994, Regents of the University of California
3939
*
40-
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.432 2007/10/13 23:06:26 tgl Exp $
40+
* $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.433 2007/10/19 19:48:34 tgl Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/*yyyymmddN */
56-
#defineCATALOG_VERSION_NO200710141
56+
#defineCATALOG_VERSION_NO200710191
5757

5858
#endif

‎src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2007, 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.474 2007/10/13 23:06:26 tgl Exp $
10+
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.475 2007/10/19 19:48:34 tgl Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -4260,7 +4260,7 @@ DESCR("show real useful query for GiST index");
42604260

42614261
DATA(insertOID=3684 (ts_rewritePGNSPPGUID1210fftfi33615"3615 3615 3615"_null__null__null_tsquery_rewrite_query-_null__null_ ));
42624262
DESCR("rewrite tsquery");
4263-
DATA(insertOID=3685 (ts_rewritePGNSPPGUID1211000ffttv23615"3615 25"_null__null__null_tsquery_rewrite-_null__null_ ));
4263+
DATA(insertOID=3685 (ts_rewritePGNSPPGUID1210fftfv23615"3615 25"_null__null__null_tsquery_rewrite-_null__null_ ));
42644264
DESCR("rewrite tsquery");
42654265
DATA(insertOID=3686 (ts_rewrite_accumPGNSPPGUID1210ffffi23615"3615 3645"_null__null__null_ts_rewrite_accum-_null__null_ ));
42664266
DESCR("rewrite tsquery accumulator");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp