Remove references to libpq_srcdir in adminpack and old_snapshot Those two modules included references to libpq's source path, without using anything from libpq. Some copy-pastos done when each module was created are likely at the origin of those useless references (aecf5ee for old_snapshot, fe59e56 for adminpack).
Reviewed-by: Tom Lane, David Rowley Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/107a2d4204ff4bf4ce05e3525f0d94fc0bd497ff Modified Files -------------- contrib/adminpack/Makefile | 1 - contrib/old_snapshot/Makefile | 1 - 2 files changed, 2 deletions(-)
