aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_bool.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2024-10-28 08:42:05 +0530
committerAmit Kapila <akapila@postgresql.org>2024-10-28 08:42:05 +0530
commit1bf1140be87230c71d0e7b29939f7e2b3d073aa1 (patch)
tree4e41b121692ed4371283cf9909c0504259fcad74 /contrib/btree_gist/btree_bool.c
parent6b652e6ce85a977e4ca7b8cc045cf4f3457b2d7b (diff)
downloadpostgresql-1bf1140be87230c71d0e7b29939f7e2b3d073aa1.tar.gz
postgresql-1bf1140be87230c71d0e7b29939f7e2b3d073aa1.zip
Change the default value of the streaming option to 'parallel'.
Previously the default value of streaming option for a subscription was 'off'. The parallel option indicates that the changes in large transactions (greater than logical_decoding_work_mem) are to be applied directly via one of the parallel apply workers, if available. The parallel mode was introduced in 16, but we refrain from enabling it by default to avoid seeing any unpleasant behavior in the existing applications. However we haven't found any such report yet, so this is a good time to enable it by default. Reported-by: Vignesh C Author: Hayato Kuroda, Masahiko Sawada, Peter Smith, Amit Kapila Discussion: https://postgr.es/m/CALDaNm1=MedhW23NuoePJTmonwsMSp80ddsw+sEJs0GUMC_kqQ@mail.gmail.com
Diffstat (limited to 'contrib/btree_gist/btree_bool.c')
0 files changed, 0 insertions, 0 deletions