This is an automated email from the ASF dual-hosted git repository. tuhaihe pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 7771bde6d9b735b683a4dcc83de7408a35957f06 Author: Dianjin Wang <[email protected]> AuthorDate: Mon Sep 14 14:13:09 2026 +0800 Fix stale gettimeofday path in LICENSE after PG16 merge PostgreSQL renamed src/port/gettimeofday.c to src/port/win32gettimeofday.c, so the path LICENSE points at for the PostgreSQL-style license entry no longer exists on this branch. Point it at the new name; licenses/LICENSE-gettimeofday.txt still matches the header of the renamed file verbatim, so only the path changes. Not applicable to REL_2_STABLE, which is still on the PostgreSQL 14 base where src/port/gettimeofday.c exists under its original name. Note that the surrounding context is identical on both branches, so this hunk would apply cleanly there and silently introduce a dangling path -- it is kept as a separate commit so that the preceding LICENSE fix can be backpatched on its own. Assisted-by: Claude Code --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index cc41a972713..129f82e76d7 100644 --- a/LICENSE +++ b/LICENSE @@ -281,7 +281,7 @@ The PostgreSQL software includes: ---------------------------- PostgreSQL-style License - src/port/gettimeofday.c + src/port/win32gettimeofday.c see licenses/LICENSE-gettimeofday.txt ---------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
