pgsql: Remove dead reference to ecpg resultmap file. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove dead reference to ecpg resultmap file.
Date
Msg-id E1gAzaJ-0002UD-JK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove dead reference to ecpg resultmap file.

I missed this in my prior commit because it doesn't matter in non-VPATH
builds.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/24a2c436a5ce1912373a6c9561cbabd09495552d

Modified Files
--------------
src/interfaces/ecpg/test/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Correct attach/detach logic for FKs in partitions
Next
From: Tom Lane
Date:
Subject: pgsql: Simplify use of AllocSetContextCreate() wrapper macro.