Files
openGauss-server/src/test/regress/sql/synchronous_commit_test.sql

4 lines
115 B
SQL

set synchronous_commit=remote_apply;
show synchronous_commit;
set synchronous_commit=2;
show synchronous_commit;