diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-05-12 23:48:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-05-12 23:48:36 +0000 |
commit | c7c012ce56ac419439a7cbcb0520f3a9740ca2d6 (patch) | |
tree | c599d68f9d3968056d72ecdfd32f4a9ff8f00d6d | |
parent | 8aad797362fbba1f2f613c12bbc6a4a06bd58f75 (diff) |
Update comment about why postmaster doesn't get an icon.
-rw-r--r-- | src/backend/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile index d5e2e4b97e6..8c9c7f2c6ee 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -5,12 +5,12 @@ # 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.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 $ # #------------------------------------------------------------------------- PGFILEDESC = "PostgreSQL Server" -# 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 #PGAPPICON=win32 subdir = src/backend |