workaround with 8.2.
This commit is contained in:
@ -90,7 +90,6 @@ Indexes:
|
||||
Indexes:
|
||||
"tbl_only_pkey_pkey" PRIMARY KEY, btree (col1)
|
||||
|
||||
SET synchronize_seqscans = off;
|
||||
SELECT col1, to_char(col2, 'YYYY-MM-DD HH24:MI:SS'), ":-)" FROM tbl_cluster;
|
||||
col1 | to_char | :-)
|
||||
------+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
@ -122,7 +121,6 @@ SELECT * FROM tbl_gistkey ORDER BY 1;
|
||||
2 | <(4,5),6>
|
||||
(2 rows)
|
||||
|
||||
RESET synchronize_seqscans;
|
||||
--
|
||||
-- clean up
|
||||
--
|
||||
|
Reference in New Issue
Block a user