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

Commit26db1c2

Browse files
committed
Update ee regression diff after PGPRO-4641.
1 parentabae7de commit26db1c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎expected/regression_ee.diff‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -287,23 +287,23 @@ diff ../../../src/test/regress/expected/sanity_check.out ../tmp_check/regress_ou
287287
num_data|f
288288
num_exp_add|t
289289
num_exp_div|t
290-
@@ -139,7 +145,6 @@
291-
pg_partitioned_table|t
290+
@@ -140,7 +146,6 @@
292291
pg_policy|t
293292
pg_proc|t
293+
pg_profile|t
294294
-pg_publication|t
295295
pg_publication_rel|t
296296
pg_range|t
297297
pg_replication_origin|t
298-
@@ -152,7 +157,6 @@
298+
@@ -154,7 +159,6 @@
299299
pg_statistic|t
300300
pg_statistic_ext|t
301301
pg_statistic_ext_data|t
302302
-pg_subscription|t
303303
pg_subscription_rel|t
304304
pg_tablespace|t
305305
pg_transform|t
306-
@@ -183,6 +187,7 @@
306+
@@ -185,6 +189,7 @@
307307
sql_sizing|f
308308
stud_emp|f
309309
student|f
@@ -614,7 +614,7 @@ diff ../../../src/test/regress/expected/rules.out ../tmp_check/regress_outdir/re
614614
LATERAL pg_get_publication_tables((p.pubname)::text) gpt(relid),
615615
(pg_class c
616616
JOIN pg_namespace n ON ((n.oid = c.relnamespace)))
617-
@@ -1653,7 +1673,7 @@
617+
@@ -1659,7 +1679,7 @@
618618
l.provider,
619619
l.label
620620
FROM (pg_seclabel l
@@ -623,7 +623,7 @@ diff ../../../src/test/regress/expected/rules.out ../tmp_check/regress_outdir/re
623623
WHERE (l.objsubid = 0)
624624
UNION ALL
625625
SELECT l.objoid,
626-
@@ -1665,7 +1685,7 @@
626+
@@ -1671,7 +1691,7 @@
627627
l.provider,
628628
l.label
629629
FROM (pg_shseclabel l
@@ -632,7 +632,7 @@ diff ../../../src/test/regress/expected/rules.out ../tmp_check/regress_outdir/re
632632
UNION ALL
633633
SELECT l.objoid,
634634
l.classoid,
635-
@@ -2059,7 +2079,7 @@
635+
@@ -2065,7 +2085,7 @@
636636
st.last_msg_receipt_time,
637637
st.latest_end_lsn,
638638
st.latest_end_time
@@ -641,7 +641,7 @@ diff ../../../src/test/regress/expected/rules.out ../tmp_check/regress_outdir/re
641641
LEFT JOIN pg_stat_get_subscription(NULL::oid) st(subid, relid, pid, received_lsn, last_msg_send_time, last_msg_receipt_time, latest_end_lsn, latest_end_time) ON ((st.subid = su.oid)));
642642
pg_stat_sys_indexes| SELECT pg_stat_all_indexes.relid,
643643
pg_stat_all_indexes.indexrelid,
644-
@@ -2401,6 +2421,17 @@
644+
@@ -2407,6 +2427,17 @@
645645
FROM (unnest(s.stxkeys) k(k)
646646
JOIN pg_attribute a ON (((a.attrelid = s.stxrelid) AND (a.attnum = k.k))))
647647
WHERE (NOT has_column_privilege(c.oid, a.attnum, 'select'::text))))) AND ((c.relrowsecurity = false) OR (NOT row_security_active(c.oid))));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp