mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Update copyright for 2021
Backpatch-through: 9.5
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* type.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
* empty and be returned to the free page manager, and whole segments can
|
||||
* become empty and be returned to the operating system.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
* where memory fragmentation is very severe, only a tiny fraction of
|
||||
* the pages under management are consumed by this btree.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Generation is a custom MemoryContext implementation designed for cases of
|
||||
* chunks with similar lifespan.
|
||||
*
|
||||
* Portions Copyright (c) 2017-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/utils/mmgr/generation.c
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* context's MemoryContextMethods struct.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* public API of the memory management subsystem.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/backend/utils/mmgr/memdebug.c
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* doesn't actually run the executor for them.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* numbers of equally-sized objects are allocated (and freed).
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 2017-2020, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/utils/mmgr/slab.c
|
||||
|
||||
Reference in New Issue
Block a user