Skip to content

Commit 0c6b930

Browse files
committed
Remove Makefile PGFILEDESC tag that the postmaster is an executable.
1 parent 6603573 commit 0c6b930

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.142 2010/05/12 11:33:09 momjian Exp $
8+
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.143 2010/05/12 21:42:21 momjian Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

1212
PGFILEDESC = "PostgreSQL Server"
13-
PGAPPICON=win32
13+
# it is unclear that this should be labeled as an executable
14+
#PGAPPICON=win32
1415

1516
subdir = src/backend
1617
top_builddir = ../..

0 commit comments

Comments
 (0)