diff options
| author | Álvaro Herrera | 2026-04-30 20:57:24 +0000 |
|---|---|---|
| committer | Álvaro Herrera | 2026-04-30 20:57:24 +0000 |
| commit | 2fd787d0aac1cb00a42ebce92ebb1d7534035ee3 (patch) | |
| tree | 627ed14adff152a08ce688b1449db4a10617d684 /src/test/regress/sql/cluster.sql | |
| parent | 6cf49e804c9b4ac24046a48541810d1fed33fec3 (diff) | |
Remove working test that was supposed to fail
I evidently failed to review the expected output in commit 832e220d99af
carefully enough. Per complaint from Tom Lane.
Discussion: https://postgr.es/m/769631.1777575242@sss.pgh.pa.us
Diffstat (limited to 'src/test/regress/sql/cluster.sql')
| -rw-r--r-- | src/test/regress/sql/cluster.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/regress/sql/cluster.sql b/src/test/regress/sql/cluster.sql index a8cb7ca982d..c2f329ecd1b 100644 --- a/src/test/regress/sql/cluster.sql +++ b/src/test/regress/sql/cluster.sql @@ -418,10 +418,6 @@ CREATE TABLE repack_conc_replident (i int PRIMARY KEY); ALTER TABLE repack_conc_replident REPLICA IDENTITY NOTHING; REPACK (CONCURRENTLY) repack_conc_replident; --- Doesn't support tables with REPLICA IDENTITY FULL, even if they have a primary key -ALTER TABLE repack_conc_replident REPLICA IDENTITY FULL; -REPACK (CONCURRENTLY) repack_conc_replident; - -- Doesn't support tables without a primary key or replica identity index ALTER TABLE repack_conc_replident DROP CONSTRAINT repack_conc_replident_pkey; ALTER TABLE repack_conc_replident REPLICA IDENTITY DEFAULT; |
