1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-25 12:03:53 +03:00

Update copyright for 2018

Backpatch-through: certain files through 9.3
This commit is contained in:
Bruce Momjian
2018-01-02 23:30:12 -05:00
parent f9ccf92e16
commit 9d4649ca49
1638 changed files with 1648 additions and 1648 deletions

View File

@@ -7,7 +7,7 @@
* type.
*
*
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@@ -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-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@@ -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-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@@ -6,7 +6,7 @@
* Generation is a custom MemoryContext implementation designed for cases of
* chunks with similar lifespan.
*
* Portions Copyright (c) 2017, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/mmgr/generation.c

View File

@@ -9,7 +9,7 @@
* context's MemoryContextMethods struct.
*
*
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -5,7 +5,7 @@
* public API of the memory management subsystem.
*
*
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/backend/utils/memdebug.c

View File

@@ -8,7 +8,7 @@
* doesn't actually run the executor for them.
*
*
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@@ -7,7 +7,7 @@
* numbers of equally-sized objects are allocated (and freed).
*
*
* Portions Copyright (c) 2017, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2018, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/utils/mmgr/slab.c