File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2009-2022 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
1+ Copyright (c) 2009-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
22
3- Portions Copyright (c) 1996-2022 , PostgreSQL Global Development Group
3+ Portions Copyright (c) 1996-2024 , PostgreSQL Global Development Group
44Portions Copyright (c) 1994, The Regents of the University of California
55
66Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 11# SPEC file for pg_store_plans
2- # Copyright(c) 2022 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2+ # Copyright(c) 2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
33
44%define _pgdir /usr/pgsql-16
55%define _bindir %{_pgdir }/bin
Original file line number Diff line number Diff line change 2222 * them of the latest execution. Entry eviction is done in the same
2323 * way to pg_stat_statements.
2424 *
25- * Copyright (c) 2008-2022 , PostgreSQL Global Development Group
26- * Copyright (c) 2012-2022 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
25+ * Copyright (c) 2008-2024 , PostgreSQL Global Development Group
26+ * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2727 *
2828 * IDENTIFICATION
2929 * pg_store_plans/pg_store_plans.c
Original file line number Diff line number Diff line change 22 *
33 * pgsp_explain.c: extracted code from explain.c for explain of triggers.
44 *
5- * Copyright (c) 2008-2022 , PostgreSQL Global Development Group
6- * Copyright (c) 2012-2022 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+ * Copyright (c) 2008-2024 , PostgreSQL Global Development Group
6+ * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
77 *
88 * IDENTIFICATION
99 * pg_store_plans/pgsp_explain.c
Original file line number Diff line number Diff line change 22 *
33 * pgsp_explain.h: extracted code from explain.c for explain of triggers.
44 *
5- * Copyright (c) 2008-2022 , PostgreSQL Global Development Group
6- * Copyright (c) 2012-2022 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+ * Copyright (c) 2008-2024 , PostgreSQL Global Development Group
6+ * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
77 *
88 * IDENTIFICATION
99 * pg_store_plans/pgsp_explain.h
Original file line number Diff line number Diff line change 22 *
33 * pgsp_json.c: Plan handler for JSON/XML/YAML style plans
44 *
5- * Copyright (c) 2012-2022 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+ * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66 *
77 * IDENTIFICATION
88 * pg_store_plans/pgsp_json.c
Original file line number Diff line number Diff line change 22 *
33 * pgsp_json.h: Definitions of plan handler for JSON/XML/YAML style plans
44 *
5- * Copyright (c) 2012-2022 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+ * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66 *
77 * IDENTIFICATION
88 * pg_store_plans/pgsp_json.h
Original file line number Diff line number Diff line change 22 *
33 * pgsp_json_int.h: Definitions for internal use for pgsp_json.c
44 *
5- * Copyright (c) 2012-2022 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+ * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66 *
77 * IDENTIFICATION
88 * pg_store_plans/pgsp_json_int.h
Original file line number Diff line number Diff line change 22 *
33 * pgsp_json_text.h: Text plan generator for pg_store_plans.
44 *
5- * Copyright (c) 2012-2022 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+ * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66 *
77 * IDENTIFICATION
88 * pg_store_plans/pgsp_json_text.c
Original file line number Diff line number Diff line change 22 *
33 * pgsp_json_text.h: Defenitions for text plan generator for pg_store_plans.
44 *
5- * Copyright (c) 2012-2022 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+ * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66 *
77 * IDENTIFICATION
88 * pg_store_plans/pgsp_json_text.h
You can’t perform that action at this time.
0 commit comments