diff options
author | Bruce Momjian <bruce@momjian.us> | 2015-01-06 11:43:47 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2015-01-06 11:43:47 -0500 |
commit | 4baaf863eca5412e07a8441b3b7e7482b7a8b21a (patch) | |
tree | cc846ecbd09b540bc7e8868db2dec202ff6c332e /src/backend/lib/pairingheap.c | |
parent | adfc157dd91471e995f3aa72e0fb5b50ecd93575 (diff) |
Update copyright for 2015
Backpatch certain files through 9.0
Diffstat (limited to 'src/backend/lib/pairingheap.c')
-rw-r--r-- | src/backend/lib/pairingheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/lib/pairingheap.c b/src/backend/lib/pairingheap.c index 4cfc18802b4..213c9d3466c 100644 --- a/src/backend/lib/pairingheap.c +++ b/src/backend/lib/pairingheap.c @@ -14,7 +14,7 @@ * The pairing heap: a new form of self-adjusting heap. * Algorithmica 1, 1 (January 1986), pages 111-129. DOI: 10.1007/BF01840439 * - * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group + * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group * * IDENTIFICATION * src/backend/lib/pairingheap.c |