mirror of
https://github.com/postgres/postgres.git
synced 2025-08-12 15:23:02 +03:00
Remove BoolPtr type
Not used and doesn't seem useful. Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
This commit is contained in:
@@ -211,8 +211,6 @@ typedef char bool;
|
|||||||
#endif
|
#endif
|
||||||
#endif /* not C++ */
|
#endif /* not C++ */
|
||||||
|
|
||||||
typedef bool *BoolPtr;
|
|
||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user