Remove useless unary plus.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Feb 2016 15:48:40 +0000 (10:48 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Feb 2016 15:48:40 +0000 (10:48 -0500)
commitc110678a47aac87c661785a70061e160cd17713d
tree3ae74a082a4efff4e0193be4bd372c8e6370ce0b
parent05893712cc9950b7c4c312aa9d3d444375bf15a2
Remove useless unary plus.

It's harmless, but might confuse readers.  Seems to have been introduced
in 6bc8ef0b7f1f1df3.  Back-patch, just to avoid cosmetic cross-branch
differences.

Amit Langote
src/backend/utils/init/postinit.c