|
5 | 5 | # Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group |
6 | 6 | # Portions Copyright (c) 1994, Regents of the University of California |
7 | 7 | # |
8 | | -# $PostgreSQL: pgsql/src/backend/Makefile,v 1.143 2010/05/1221:42:21 momjian Exp $ |
| 8 | +# $PostgreSQL: pgsql/src/backend/Makefile,v 1.144 2010/05/1223:48:36 momjian Exp $ |
9 | 9 | # |
10 | 10 | #------------------------------------------------------------------------- |
11 | 11 |
|
12 | 12 | PGFILEDESC = "PostgreSQL Server" |
13 | | -#it isunclear that this should be labeled as an executable |
| 13 | +#This isa daemon process, which is why it is not labeled as an executable |
14 | 14 | #PGAPPICON=win32 |
15 | 15 |
|
16 | 16 | subdir = src/backend |
|