mirror of https://github.com/postgres/postgres
Some of the files we optionally link in from elsewhere weren't ignored and/or weren't cleaned up at "make clean". Noted while testing on a machine that needs our version of snprintf.c.pull/6/head
parent
7b3cf9ba9d
commit
52acfd27f1
@ -1,3 +1,4 @@ |
||||
/compatlib.def |
||||
/blibecpg_compatdll.def |
||||
/exports.list |
||||
/snprintf.c |
||||
|
||||
@ -1,8 +1,10 @@ |
||||
/ecpglib.def |
||||
/blibecpgdll.def |
||||
/exports.list |
||||
|
||||
/path.c |
||||
/pgstrcasecmp.c |
||||
/snprintf.c |
||||
/strlcpy.c |
||||
/thread.c |
||||
/win32setlocale.c |
||||
/isinf.c |
||||
|
||||
@ -1,5 +1,6 @@ |
||||
/pgtypeslib.def |
||||
/blibpgtypesdll.def |
||||
/exports.list |
||||
|
||||
/pgstrcasecmp.c |
||||
/rint.c |
||||
/snprintf.c |
||||
|
||||
Loading…
Reference in new issue