[PROPOSAL] : Use of ORDER BY clause in insert.sql - Mailing list pgsql-hackers

From Nishant Sharma
Subject [PROPOSAL] : Use of ORDER BY clause in insert.sql
Date
Msg-id CADrsxdb=HSc28se6MALQ3UKMVLESOHfi1koMAbK7vobLx9UAWg@mail.gmail.com
Whole thread Raw
Responses Re: [PROPOSAL] : Use of ORDER BY clause in insert.sql  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,


We would like to share a proposal of a patch, where we have added order by clause in two select statements in src/test/regress/sql/insert.sql file and respective changes in src/test/regress/expected/insert.out output file.

This would help in generating output in consistent sequence, as sometimes we have observed change in sequence in output.

Please find the patch attached <Proposal_OrderBy_insert.sql.out.patch>


Regards,
Nishant Sharma
EDB: http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: pg_recvlogical prints bogus error when interrupted
Next
From: Matthias van de Meent
Date:
Subject: Re: [PATCHES] Post-special page storage TDE support