pgsql: doc: Fix wording in JIT README

2025-05-26 Thread Daniel Gustafsson
doc: Fix wording in JIT README Remove superfluous 'is' from sentence. Author: Yugo Nagata Reviewed-by: Daniel Gustafsson Discussion: https://postgr.es/m/20250526154412.5f77dfead87af9afc089c...@sraoss.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1f62dbf5

pgsql: Fix race condition in subscription TAP test 021_twophase

2025-05-26 Thread Michael Paquier
Fix race condition in subscription TAP test 021_twophase The test did not wait for all the subscriptions to have caught up when dropping the subscription "tab_copy". In a slow environment, it could be possible for the replay of the COMMIT PREPARED transaction "mygid" to not be confirmed yet, caus

pgsql: Fix race condition in subscription TAP test 021_twophase

2025-05-26 Thread Michael Paquier
Fix race condition in subscription TAP test 021_twophase The test did not wait for all the subscriptions to have caught up when dropping the subscription "tab_copy". In a slow environment, it could be possible for the replay of the COMMIT PREPARED transaction "mygid" to not be confirmed yet, caus

pgsql: Fix race condition in subscription TAP test 021_twophase

2025-05-26 Thread Michael Paquier
Fix race condition in subscription TAP test 021_twophase The test did not wait for all the subscriptions to have caught up when dropping the subscription "tab_copy". In a slow environment, it could be possible for the replay of the COMMIT PREPARED transaction "mygid" to not be confirmed yet, caus

pgsql: Fix race condition in subscription TAP test 021_twophase

2025-05-26 Thread Michael Paquier
Fix race condition in subscription TAP test 021_twophase The test did not wait for all the subscriptions to have caught up when dropping the subscription "tab_copy". In a slow environment, it could be possible for the replay of the COMMIT PREPARED transaction "mygid" to not be confirmed yet, caus

pgsql: Improve file_copy_method entry in postgresql.conf.sample

2025-05-26 Thread Peter Eisentraut
Improve file_copy_method entry in postgresql.conf.sample Improve the wording of the comment a bit, fix whitespace. Also move the entry so that the section order is consistent with config.sgml. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/c53f3b9cc8b1ece539291860