Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0c6b930

Browse files
committed
Remove Makefile PGFILEDESC tag that the postmaster is an executable.
1 parent6603573 commit0c6b930

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/1211:33:09 momjian Exp $
8+
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.143 2010/05/1221: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)

[8]ページ先頭

©2009-2025 Movatter.jp