Make ExplainPropertyInteger accept 64bit input, remove *Long variant.
Andres Freund <andres@anarazel.de>
Make ExplainPropertyInteger accept 64bit input, remove *Long variant. 'long' is not useful type across platforms, as it's 32bit on 32 bit platforms, and even on some 64bit platforms (e.g. windows) it's still only 32bits wide. As ExplainPropertyInteger should never be performance critical, change it to accept a 64bit argument and remove ExplainPropertyLong. Author: Andres Freund Discussion: https://postgr.es/m/20180314164832.n56wt7zcbpzi6zxe@alap3.anarazel.de
Files
| Path | Change | +/− |
|---|---|---|
| contrib/file_fdw/file_fdw.c | modified | +2 −2 |
| src/backend/commands/explain.c | modified | +36 −35 |
| src/include/commands/explain.h | modified | +1 −3 |
Discussion
- ExplainProperty* and units 10 messages · 2018-03-14 → 2018-03-16