Give postgres.exe the icon of other executables.
authorNoah Misch <[email protected]>
Mon, 12 Jun 2023 14:40:38 +0000 (07:40 -0700)
committerNoah Misch <[email protected]>
Mon, 12 Jun 2023 14:40:38 +0000 (07:40 -0700)
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[email protected]

src/backend/Makefile

index e4bf0fe9c0e16de1083b553f4b8d490ef8c2a85f..3c420031759d1569084999dea0e51bd813f7d73f 100644 (file)
@@ -10,8 +10,7 @@
 #-------------------------------------------------------------------------
 
 PGFILEDESC = "PostgreSQL Server"
-# This is a daemon process, which is why it is not labeled as an executable
-#PGAPPICON=win32
+PGAPPICON=win32
 
 subdir = src/backend
 top_builddir = ../..