Remove useless unary plus.

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

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