pgsql: Fix incorrect year in some copyright notices added this year

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Fix incorrect year in some copyright notices added this year
Дата
Msg-id E1s74u2-000H2z-CK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect year in some copyright notices added this year

A few patches that were written <= 2023 and committed in 2024 still
contained 2023 copyright year.  Fix that.

Discussion: https://postgr.es/m/CAApHDvr5egyW3FmHbAg-Uq2p_Aizwco1Zjs6Vbq18KqN64-hRA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8cb653b2457c75d58c4dba578570ba52301c8b78

Modified Files
--------------
src/backend/postmaster/launch_backend.c           | 2 +-
src/backend/tcop/backend_startup.c                | 2 +-
src/common/unicode/case_test.c                    | 2 +-
src/common/unicode/generate-unicode_case_table.pl | 4 ++--
src/common/unicode_case.c                         | 2 +-
src/include/common/unicode_case.h                 | 2 +-
src/include/common/unicode_case_table.h           | 2 +-
src/include/tcop/backend_startup.h                | 2 +-
8 files changed, 9 insertions(+), 9 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc PG 17 relnotes: add logical replication apply subtrans item
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add missing newline at the end of index_including.sql