From 0ffc201a51395ca71fe429ef86c872850a5850ee Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Mon, 14 Jul 2014 14:07:52 -0400 Subject: Add file version information to most installed Windows binaries. Prominent binaries already had this metadata. A handful of minor binaries, such as pg_regress.exe, still lack it; efforts to eliminate such exceptions are welcome. Michael Paquier, reviewed by MauMau. --- contrib/test_decoding/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/test_decoding') diff --git a/contrib/test_decoding/Makefile b/contrib/test_decoding/Makefile index daf4e60c39d..d7f32c3ec58 100644 --- a/contrib/test_decoding/Makefile +++ b/contrib/test_decoding/Makefile @@ -1,6 +1,7 @@ # contrib/test_decoding/Makefile MODULES = test_decoding +PGFILEDESC = "test_decoding - example of a logical decoding output plugin" # Note: because we don't tell the Makefile there are any regression tests, # we have to clean those result files explicitly -- cgit v1.2.3