Remove unnecessary #include.
My oversight in commit c8434d64c.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/2793bbe75e276476877ff9af6bb7effe92eff782
Modified Files
--
src/backend/optimizer/util/relnode.c | 1 -
1 file changed, 1 deletion(-)
Do pre-release housekeeping on catalog data.
Run renumber_oids.pl to move high-numbered OIDs down, as per pre-beta
tasks specified by RELEASE_CHANGES. For reference, the command was
./renumber_oids.pl --first-mapped-oid=8000 --target-oid=5032
Also run reformat_dat_file.pl while I'm here.
Renumb
Rework EXPLAIN format for incremental sort
The explain format used by incremental sort was somewhat inconsistent
with other nodes, making it harder to parse and understand. This commit
addresses that by
- adding an extra space to better separate groups of values
- using colons instead of equal
Fix typos and improve incremental sort comments
Author: Justin Pryzby, James Coleman
Discussion: https://postgr.es/m/20200419023625.gp26...@telsasoft.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/1a40d37a9faff562a36bd255a993fd3503bdf2b1
Modified Files
---
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Use it at level 4, a bit more restrictive than the default level, and
tweak our commanding comments to FALLTHROUGH.
(However, leave zic.c alone, since it's external code; to avoid the
warnings that would appear there, change CFLAGS for that file i
Fix straggler
contrib/pgcrypto did contain an unedited fall-through marker after all.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/87c291e29d6bf403c6adefd81ddafa134c254a3e
Modified Files
--
contrib/pgcrypto/pgp-info.c | 2 +-
1 file changed, 1 inserti
docs: PG 13 relnotes: adjust wal_skip_threshold and UTF8 items
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/ac3a4866c0bf1d7a14009f18d3b42ffcb063a7e9
Modified Files
--
doc/src/sgml/release-13.sgml | 6 --
1 file changed, 4 insertions(+), 2 deletio