pgsql: Remove reinvention of stringify macro. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove reinvention of stringify macro.
Date
Msg-id E1cuomH-0003Zq-6O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove reinvention of stringify macro.

We already have CppAsString2, there's no need for the MSVC support to
re-invent a macro to do that (and especially not to inject it in as
ugly a way as this).

Discussion: https://postgr.es/m/CADkLM=c+hm2rc0tkKgC-ZgrLttHT2KkfppE+BC-=i-xj+7V-TQ@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cd6baed78150e107eb858dbd53ddf900dd429f50

Modified Files
--------------
src/tools/msvc/Solution.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Document psql's behavior of recalling the previously executedqu
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Change xref style to number only