assorted code cleanup
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-08-17T16:56:23Z
Lists: pgsql-hackers
Attachments
- 0001-fuzzystrmatch-Remove-dead-code.patch (text/plain) patch 0001
- 0002-Remove-our-own-definition-of-NULL.patch (text/plain) patch 0002
- 0003-Remove-unnecessary-parentheses-in-return-statements.patch (text/plain) patch 0003
- 0004-Remove-unnecessary-casts.patch (text/plain) patch 0004
- 0005-Remove-endof-macro.patch (text/plain) patch 0005
- 0006-Drop-excessive-dereferencing-of-function-pointers.patch (text/plain) patch 0006
Here are a few assorted patches I made while working on the stdbool set, cleaning up various pieces of dead code and weird styles. - Drop excessive dereferencing of function pointers - Remove endof macro - Remove unnecessary casts - Remove unnecessary parentheses in return statements - Remove our own definition of NULL - fuzzystrmatch: Remove dead code -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Reduce excessive dereferencing of function pointers
- 1356f78ea933 11.0 landed