We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aad797 commit c7c012cCopy full SHA for c7c012c
src/backend/Makefile
@@ -5,12 +5,12 @@
5
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $PostgreSQL: pgsql/src/backend/Makefile,v 1.143 2010/05/12 21:42:21 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/Makefile,v 1.144 2010/05/12 23:48:36 momjian Exp $
9
10
#-------------------------------------------------------------------------
11
12
PGFILEDESC = "PostgreSQL Server"
13
-# it is unclear that this should be labeled as an executable
+# This is a daemon process, which is why it is not labeled as an executable
14
#PGAPPICON=win32
15
16
subdir = src/backend
0 commit comments