Remove references to libpq_srcdir in adminpack and old_snapshot
authorMichael Paquier <michael@paquier.xyz>
Wed, 30 Dec 2020 03:38:16 +0000 (12:38 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 30 Dec 2020 03:38:16 +0000 (12:38 +0900)
commit107a2d4204ff4bf4ce05e3525f0d94fc0bd497ff
tree8919b802973201a4ba47540c5d0613e4f4979fab
parentf20dc2c8dd50a5c738d535205d5d44bff82d3f75
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/X+LQpfLyk7jgzUki@paquier.xyz
contrib/adminpack/Makefile
contrib/old_snapshot/Makefile