pgsql: Give postgres.exe the icon of other executables.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Give postgres.exe the icon of other executables.
Дата
Msg-id E1q8imM-001QBq-Hz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/04411cbfdb76194c483c77bdbc636e83099ae5c3

Modified Files
--------------
src/backend/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix "wrong varnullingrels" for subquery nestloop parameters.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Accept fractional seconds in jsonpath's datetime() method.