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

Commitf7e6853

Browse files
committed
Mark to_tsvector(regconfig,json[b]) functions immutable
This make them consistent with the text function and means they can beused in functional indexes.Catalog version bumped.Per gripe from Josh Berkus.
1 parent5bab198 commitf7e6853

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/*yyyymmddN */
56-
#defineCATALOG_VERSION_NO201705301
56+
#defineCATALOG_VERSION_NO201706081
5757

5858
#endif

‎src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4871,9 +4871,9 @@ DATA(insert OID = 4209 ( to_tsvectorPGNSP PGUID 12 100 0 0 0 f f f f t f s s
48714871
DESCR("transform jsonb to tsvector");
48724872
DATA(insert OID = 4210 ( to_tsvectorPGNSP PGUID 12 100 0 0 0 f f f f t f s s 1 0 3614 "114" _null_ _null_ _null_ _null_ _null_ json_to_tsvector _null_ _null_ _null_ ));
48734873
DESCR("transform json to tsvector");
4874-
DATA(insert OID = 4211 ( to_tsvectorPGNSP PGUID 12 100 0 0 0 f f f f t fs s 2 0 3614 "3734 3802" _null_ _null_ _null_ _null_ _null_ jsonb_to_tsvector_byid _null_ _null_ _null_ ));
4874+
DATA(insert OID = 4211 ( to_tsvectorPGNSP PGUID 12 100 0 0 0 f f f f t fi s 2 0 3614 "3734 3802" _null_ _null_ _null_ _null_ _null_ jsonb_to_tsvector_byid _null_ _null_ _null_ ));
48754875
DESCR("transform jsonb to tsvector");
4876-
DATA(insert OID = 4212 ( to_tsvectorPGNSP PGUID 12 100 0 0 0 f f f f t fs s 2 0 3614 "3734 114" _null_ _null_ _null_ _null_ _null_ json_to_tsvector_byid _null_ _null_ _null_ ));
4876+
DATA(insert OID = 4212 ( to_tsvectorPGNSP PGUID 12 100 0 0 0 f f f f t fi s 2 0 3614 "3734 114" _null_ _null_ _null_ _null_ _null_ json_to_tsvector_byid _null_ _null_ _null_ ));
48774877
DESCR("transform json to tsvector");
48784878

48794879
DATA(insert OID = 3752 ( tsvector_update_triggerPGNSP PGUID 12 1 0 0 0 f f f f f f v s 0 0 2279 "" _null_ _null_ _null_ _null_ _null_ tsvector_update_trigger_byid _null_ _null_ _null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp