BUG #15851: Concurrent Refresh of Materialized views not preserving the order of the underlying query - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15851: Concurrent Refresh of Materialized views not preserving the order of the underlying query
Date
Msg-id 15851-576ac1c22033d304@postgresql.org
Whole thread Raw
Responses Re: BUG #15851: Concurrent Refresh of Materialized views not preserving the order of the underlying query
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15851
Logged by:          Sai D
Email address:      sai.dulla@berkeley.edu
PostgreSQL version: 10.5
Operating system:   Ubuntu 16.04.10
Description:

Tests Run:
Materialized view refresh concurrently with unique index: 
Sort order is not the same as that of the output of the underlying query

Tested with Unique Index key that is the same as the sort order columns in
the underlying query. 
Results: Incorrect sort order after refresh concurrently
Tested with Unique Index key that is different from the sort order columns
in the underlying query. 
Results: Incorrect sort order after refresh concurrently


Materialized view refresh with unique index (Plain refresh, no concurrently
key word in the refresh command): 
Sort order is the same as that of the output of the underlying query


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #15847: Running out of memory when planning full outer joins involving many partitions
Next
From: Tom Lane
Date:
Subject: Re: BUG #15844: MIPS: remove .set mips2 in s_lock.h to fix r6 build