diff options
author | Andres Freund <andres@anarazel.de> | 2022-03-12 14:04:50 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-03-12 14:15:25 -0800 |
commit | 02fea8fdda6531f34305b445f92f5b62241329b3 (patch) | |
tree | e39ff7b54b293c53838c9e2999155ffbe6462003 /src/backend/utils/adt/jsonpath_exec.c | |
parent | e370f100f05d77eec258fb430009c16c0e315065 (diff) | |
download | postgresql-02fea8fdda6531f34305b445f92f5b62241329b3.tar.gz postgresql-02fea8fdda6531f34305b445f92f5b62241329b3.zip |
Set synchronous_commit=on in test_setup.sql.
Starting in cc50080a82 create_index test fails when run with
synchronous_commit=off. synchronous_commit=off delays when hint bits may be
set. Some plans change depending on the number of all-visible pages, which in
turn can be influenced by the delayed hint bits.
Force synchronous_commit to `on` in test_setup.sql. Not very satisfying, but
there's no obvious alternative.
Reported-By: Aleksander Alekseev <aleksander@timescale.com>
Author: Andres Freund <andres@anarazel.de>
Author: Aleksander Alekseev <aleksander@timescale.com>
Discussion: https://www.postgresql.org/message-id/flat/CAJ7c6TPJNof1Q+vJsy3QebgbPgXdu2ErPvYkBdhD6_Ckv5EZRg@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/jsonpath_exec.c')
0 files changed, 0 insertions, 0 deletions