Skip to content

Commit f13cd2f

Browse files
authored
Merge pull request #26 from mbakli/distribution_corr_and_perf
Distribution corr and perf
2 parents 7d0d37f + e53d6ea commit f13cd2f

51 files changed

Lines changed: 438 additions & 263 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

include/catalog/nodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* the Free Software Foundation, either version 2 of the License, or
99
* (at your option) any later version.
1010
*
11-
* Copyright (c) 2023-2024 Mohamed Bakli <mohamed_bakli@hotmail.com>
11+
* Copyright (c) 2020-2026 Mohamed Bakli <mohamed_bakli@hotmail.com>
1212
*
1313
*****************************************************************************/
1414

include/catalog/pg_dist_spatiotemporal_dist_functions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* the Free Software Foundation, either version 2 of the License, or
99
* (at your option) any later version.
1010
*
11-
* Copyright (c) 2023-2024 Mohamed Bakli <mohamed_bakli@hotmail.com>
11+
* Copyright (c) 2020-2026 Mohamed Bakli <mohamed_bakli@hotmail.com>
1212
*
1313
*****************************************************************************/
1414

include/catalog/pg_dist_spatiotemporal_tables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* the Free Software Foundation, either version 2 of the License, or
99
* (at your option) any later version.
1010
*
11-
* Copyright (c) 2023-2024 Mohamed Bakli <mohamed_bakli@hotmail.com>
11+
* Copyright (c) 2020-2026 Mohamed Bakli <mohamed_bakli@hotmail.com>
1212
*
1313
*****************************************************************************/
1414

include/catalog/pg_dist_spatiotemporal_tiles.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* the Free Software Foundation, either version 2 of the License, or
99
* (at your option) any later version.
1010
*
11-
* Copyright (c) 2023-2024 Mohamed Bakli <mohamed_bakli@hotmail.com>
11+
* Copyright (c) 2020-2026 Mohamed Bakli <mohamed_bakli@hotmail.com>
1212
*
1313
*****************************************************************************/
1414

include/catalog/pg_execution_run.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* the Free Software Foundation, either version 2 of the License, or
99
* (at your option) any later version.
1010
*
11-
* Copyright (c) 2023-2024 Mohamed Bakli <mohamed_bakli@hotmail.com>
11+
* Copyright (c) 2020-2026 Mohamed Bakli <mohamed_bakli@hotmail.com>
1212
*
1313
*****************************************************************************/
1414

include/catalog/table_ops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* the Free Software Foundation, either version 2 of the License, or
99
* (at your option) any later version.
1010
*
11-
* Copyright (c) 2023-2024 Mohamed Bakli <mohamed_bakli@hotmail.com>
11+
* Copyright (c) 2020-2026 Mohamed Bakli <mohamed_bakli@hotmail.com>
1212
*
1313
*****************************************************************************/
1414

include/distributed_functions/coordinator_operations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* the Free Software Foundation, either version 2 of the License, or
99
* (at your option) any later version.
1010
*
11-
* Copyright (c) 2023-2024 Mohamed Bakli <mohamed_bakli@hotmail.com>
11+
* Copyright (c) 2020-2026 Mohamed Bakli <mohamed_bakli@hotmail.com>
1212
*
1313
*****************************************************************************/
1414

include/distributed_functions/distributed_function.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* the Free Software Foundation, either version 2 of the License, or
99
* (at your option) any later version.
1010
*
11-
* Copyright (c) 2023-2024 Mohamed Bakli <mohamed_bakli@hotmail.com>
11+
* Copyright (c) 2020-2026 Mohamed Bakli <mohamed_bakli@hotmail.com>
1212
*
1313
*****************************************************************************/
1414

include/distributed_functions/worker_operations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* the Free Software Foundation, either version 2 of the License, or
99
* (at your option) any later version.
1010
*
11-
* Copyright (c) 2023-2024 Mohamed Bakli <mohamed_bakli@hotmail.com>
11+
* Copyright (c) 2020-2026 Mohamed Bakli <mohamed_bakli@hotmail.com>
1212
*
1313
*****************************************************************************/
1414

include/executor/executor_tasks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* the Free Software Foundation, either version 2 of the License, or
99
* (at your option) any later version.
1010
*
11-
* Copyright (c) 2023-2024 Mohamed Bakli <mohamed_bakli@hotmail.com>
11+
* Copyright (c) 2020-2026 Mohamed Bakli <mohamed_bakli@hotmail.com>
1212
*
1313
*****************************************************************************/
1414

0 commit comments

Comments
 (0)