git.postgresql.org Git - postgresql.git/commit
2017年8月16日 04:22:32 +0000 (00:22 -0400)
2017年9月14日 15:45:11 +0000 (11:45 -0400)
commit 0ec2e908babfbfde83a3925680f06b16408739ff
Fix bool/int type confusion
Using ++ on a bool variable doesn't work well when stdbool.h is in use.
The original BSD code appears to use int here, so use that instead.
Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
This is the main PostgreSQL git repository.
RSS
Atom