pgsql: pgbench: fix misprocessing of some nested \if constructs.

2024-12-15 Thread Tom Lane
pgbench: fix misprocessing of some nested \if constructs. An \if command appearing within a false (not-to-be-executed) \if branch was incorrectly treated the same as \elif. This could allow statements within the inner \if to be executed when they should not be. Also the missing inner \if stack e

pgsql: pgbench: fix misprocessing of some nested \if constructs.

2024-12-15 Thread Tom Lane
pgbench: fix misprocessing of some nested \if constructs. An \if command appearing within a false (not-to-be-executed) \if branch was incorrectly treated the same as \elif. This could allow statements within the inner \if to be executed when they should not be. Also the missing inner \if stack e

pgsql: pgbench: fix misprocessing of some nested \if constructs.

2024-12-15 Thread Tom Lane
pgbench: fix misprocessing of some nested \if constructs. An \if command appearing within a false (not-to-be-executed) \if branch was incorrectly treated the same as \elif. This could allow statements within the inner \if to be executed when they should not be. Also the missing inner \if stack e

pgsql: pgbench: fix misprocessing of some nested \if constructs.

2024-12-15 Thread Tom Lane
pgbench: fix misprocessing of some nested \if constructs. An \if command appearing within a false (not-to-be-executed) \if branch was incorrectly treated the same as \elif. This could allow statements within the inner \if to be executed when they should not be. Also the missing inner \if stack e

pgsql: pgbench: fix misprocessing of some nested \if constructs.

2024-12-15 Thread Tom Lane
pgbench: fix misprocessing of some nested \if constructs. An \if command appearing within a false (not-to-be-executed) \if branch was incorrectly treated the same as \elif. This could allow statements within the inner \if to be executed when they should not be. Also the missing inner \if stack e

pgsql: pgbench: fix misprocessing of some nested \if constructs.

2024-12-15 Thread Tom Lane
pgbench: fix misprocessing of some nested \if constructs. An \if command appearing within a false (not-to-be-executed) \if branch was incorrectly treated the same as \elif. This could allow statements within the inner \if to be executed when they should not be. Also the missing inner \if stack e