Skip to content
Snippets Groups Projects
Commit 0c6b9308 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Remove Makefile PGFILEDESC tag that the postmaster is an executable.

parent 66035734
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,13 @@ ...@@ -5,12 +5,13 @@
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group # Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California # 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" PGFILEDESC = "PostgreSQL Server"
PGAPPICON=win32 # it is unclear that this should be labeled as an executable
#PGAPPICON=win32
subdir = src/backend subdir = src/backend
top_builddir = ../.. top_builddir = ../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment