pgsql: Avoid mixing void and integer in a conditional expression.

2025-11-02 Thread Tom Lane
Avoid mixing void and integer in a conditional expression. The C standard says that the second and third arguments of a conditional operator shall be both void type or both not-void type. The Windows version of INTERRUPTS_PENDING_CONDITION() got this wrong. It's pretty harmless because the resul

pgsql: Avoid mixing void and integer in a conditional expression.

2025-11-02 Thread Tom Lane
Avoid mixing void and integer in a conditional expression. The C standard says that the second and third arguments of a conditional operator shall be both void type or both not-void type. The Windows version of INTERRUPTS_PENDING_CONDITION() got this wrong. It's pretty harmless because the resul

pgsql: Avoid mixing void and integer in a conditional expression.

2025-11-02 Thread Tom Lane
Avoid mixing void and integer in a conditional expression. The C standard says that the second and third arguments of a conditional operator shall be both void type or both not-void type. The Windows version of INTERRUPTS_PENDING_CONDITION() got this wrong. It's pretty harmless because the resul

pgsql: Avoid mixing void and integer in a conditional expression.

2025-11-02 Thread Tom Lane
Avoid mixing void and integer in a conditional expression. The C standard says that the second and third arguments of a conditional operator shall be both void type or both not-void type. The Windows version of INTERRUPTS_PENDING_CONDITION() got this wrong. It's pretty harmless because the resul

pgsql: Avoid mixing void and integer in a conditional expression.

2025-11-02 Thread Tom Lane
Avoid mixing void and integer in a conditional expression. The C standard says that the second and third arguments of a conditional operator shall be both void type or both not-void type. The Windows version of INTERRUPTS_PENDING_CONDITION() got this wrong. It's pretty harmless because the resul

pgsql: Avoid mixing void and integer in a conditional expression.

2025-11-02 Thread Tom Lane
Avoid mixing void and integer in a conditional expression. The C standard says that the second and third arguments of a conditional operator shall be both void type or both not-void type. The Windows version of INTERRUPTS_PENDING_CONDITION() got this wrong. It's pretty harmless because the resul

pgsql: Avoid mixing void and integer in a conditional expression.

2025-11-02 Thread Tom Lane
Avoid mixing void and integer in a conditional expression. The C standard says that the second and third arguments of a conditional operator shall be both void type or both not-void type. The Windows version of INTERRUPTS_PENDING_CONDITION() got this wrong. It's pretty harmless because the resul