Thread: pgsql: Fix backstop in gin test if injection point is not reached

pgsql: Fix backstop in gin test if injection point is not reached

From
Heikki Linnakangas
Date:
Fix backstop in gin test if injection point is not reached

Per Tom Lane's observation that the test got stuck in infinite loop if
the injection_points module was not loaded. It was supposed to give up
after 10000 iterations, but the backstop was broken.

Discussion: https://www.postgresql.org/message-id/2498595.1710511222%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d802ff06d0216d59aab3ddba6cb158d1f4b014db

Modified Files
--------------
src/test/modules/gin/expected/gin_incomplete_splits.out | 5 +++--
src/test/modules/gin/sql/gin_incomplete_splits.sql      | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)