Skip to content

Commit 04411cb

Browse files
committed
Give postgres.exe the icon of other executables.
We had left it icon-free since users won't achieve much by opening it from Windows Explorer. Subsequent to that decision, Task Manager started to show the icon. That shifts the balance in favor of attaching the icon, so do so. No back-patch, but make this late addition to v16. Reviewed by Andres Freund and Magnus Hagander. Discussion: https://postgr.es/m/20230608014507.GD1334487@rfd.leadboat.com
1 parent bfd332b commit 04411cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
#-------------------------------------------------------------------------
1111

1212
PGFILEDESC = "PostgreSQL Server"
13-
# This is a daemon process, which is why it is not labeled as an executable
14-
#PGAPPICON=win32
13+
PGAPPICON=win32
1514

1615
subdir = src/backend
1716
top_builddir = ../..

0 commit comments

Comments
 (0)