Remove useless unary plus.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c110678a47aac87c661785a70061e160cd17713d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-02-29T15:48:40Z
Releases: 9.6.0
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

Files

PathChange+/−
src/backend/utils/init/postinit.c modified +1 −1