From 0c6b9308de6e2381b357f0d6710109827e199d47 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 12 May 2010 21:42:21 +0000 Subject: [PATCH] Remove Makefile PGFILEDESC tag that the postmaster is an executable. --- src/backend/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/backend/Makefile b/src/backend/Makefile index 6af63db92cf..d5e2e4b97e6 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -5,12 +5,13 @@ # Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/backend/Makefile,v 1.142 2010/05/12 11:33:09 momjian Exp $ +# $PostgreSQL: pgsql/src/backend/Makefile,v 1.143 2010/05/12 21:42:21 momjian Exp $ # #------------------------------------------------------------------------- PGFILEDESC = "PostgreSQL Server" -PGAPPICON=win32 +# it is unclear that this should be labeled as an executable +#PGAPPICON=win32 subdir = src/backend top_builddir = ../.. -- 2.30.2