Remove useless unary plus.

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

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