pgsql: Remove useless unary plus. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove useless unary plus.
Date
Msg-id E1aaQ4E-0003w7-B5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0a20d07ea6558484b51e57cbcab11f97180a3dee

Modified Files
--------------
src/backend/utils/init/postinit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix build under OPTIMIZER_DEBUG.
Next
From: Tom Lane
Date:
Subject: pgsql: Remove useless unary plus.