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

Commitb44dda7

Browse files
committed
Don't quote language name
It's been deprecated for ages according to Tom, and it breaks now giventhe previous patch anyway.Per buildfarm
1 parent67dc4ee commitb44dda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/citext/citext--1.0.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,12 @@ DEFAULT FOR TYPE citext USING hash AS
232232
CREATEFUNCTIONcitext_smaller(citext, citext)
233233
RETURNS citext
234234
AS'MODULE_PATHNAME'
235-
LANGUAGE'C' IMMUTABLE STRICT;
235+
LANGUAGEC IMMUTABLE STRICT;
236236

237237
CREATEFUNCTIONcitext_larger(citext, citext)
238238
RETURNS citext
239239
AS'MODULE_PATHNAME'
240-
LANGUAGE'C' IMMUTABLE STRICT;
240+
LANGUAGEC IMMUTABLE STRICT;
241241

242242
CREATEAGGREGATEmin(citext) (
243243
SFUNC= citext_smaller,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp