Commit Graph

10 Commits

Author SHA1 Message Date
f8ba09fd31 Get rid of unnecessary lines in expected file. 2017-08-05 02:49:56 +09:00
33f4c30563 Fix reorganize table without sorting.
Commit 5adff6ff0b separated the
data copy from creating table. This is a cause of bug that
pg_repack doesn't actually sort table during reorganization.
This commit fixes this issue by adding ORDER BY clause to Copy
SQL rather than CREATE TABLE SQL.

Reported by acmzero on issue #138.
2017-08-05 02:31:47 +09:00
4df065891c add missing results to repack_1.out 2017-04-19 14:14:26 +03:00
a6b2b0e82e Fix a mistake of merging.
Also fix regression test failure.
2017-04-11 23:43:21 +09:00
d55a08fc1e Merge branch 'master' into toast_storage_param 2017-04-11 23:30:27 +09:00
789e819d74 Fix regression test failure. 2017-04-10 23:26:58 +01:00
c44306ba74 Fix regression test failure. 2017-04-10 23:21:26 +01:00
6d7b1dbca4 Added test to verify the attribute options are respected 2017-04-10 23:07:40 +01:00
acb73b5a20 Dropped unneeded test results variants 2017-03-29 04:55:44 +01:00
aff4610d71 Add a expected out file to run the repack regression test successfully.
The 'repack' regression test fails on PostgreSQL 8.4 because the index name
assigned implicitely is different from 9.0 and after.
2015-01-14 15:47:43 +09:00