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

Commit863aa55

Browse files
committed
Fix collation dependency in test introduced in8586bf7, take 2.
Per buildfarm. This time I hopefully actually made sure to get allthe cases...
1 parent836f634 commit863aa55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/test/regress/expected/create_am.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ SELECT
232232
(SELECT 'toast for ' || relname::regclass FROM pg_class pcm WHERE pcm.reltoastrelid = pc.oid)
233233
ELSE
234234
relname::regclass::text
235-
END AS relname
235+
ENDCOLLATE "C"AS relname
236236
FROM pg_class AS pc
237237
LEFT JOIN pg_am AS pa ON (pa.oid = pc.relam)
238238
WHERE pc.relname LIKE 'tableam_%_heapx'
@@ -244,8 +244,8 @@ ORDER BY 3, 1, 2;
244244
r | heap | tableam_parted_2_heapx
245245
p | | tableam_parted_heapx
246246
S | | tableam_seq_heapx
247-
r | heap2 | tableam_tblas_heapx
248247
r | heap2 | tableam_tbl_heapx
248+
r | heap2 | tableam_tblas_heapx
249249
m | heap2 | tableam_tblmv_heapx
250250
r | heap2 | tableam_tblselectinto_heapx
251251
v | | tableam_view_heapx

‎src/test/regress/sql/create_am.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ SELECT
169169
(SELECT'toast for'|| relname::regclassFROM pg_class pcmWHEREpcm.reltoastrelid=pc.oid)
170170
ELSE
171171
relname::regclass::text
172-
ENDAS relname
172+
ENDCOLLATE"C"AS relname
173173
FROM pg_classAS pc
174174
LEFT JOIN pg_amAS paON (pa.oid=pc.relam)
175175
WHEREpc.relnameLIKE'tableam_%_heapx'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp