diff options
author | Amit Kapila <akapila@postgresql.org> | 2019-03-16 16:00:38 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2019-03-16 16:00:38 +0530 |
commit | f27314ff9a0eb60b75bb576c3629c8849f7698c1 (patch) | |
tree | 296dc852cbb9412cd1dbfaf92dc14c4406fc3f61 /src | |
parent | 16d489b0fe058e527619f5e9d92fd7ca3c6c2994 (diff) | |
download | postgresql-f27314ff9a0eb60b75bb576c3629c8849f7698c1.tar.gz postgresql-f27314ff9a0eb60b75bb576c3629c8849f7698c1.zip |
Update copyright year in files added by 1bb5e78218.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/partitioning/partdesc.c | 2 | ||||
-rw-r--r-- | src/include/partitioning/partdesc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/partitioning/partdesc.c b/src/backend/partitioning/partdesc.c index a65cc526da5..e436d1ed345 100644 --- a/src/backend/partitioning/partdesc.c +++ b/src/backend/partitioning/partdesc.c @@ -3,7 +3,7 @@ * partdesc.c * Support routines for manipulating partition descriptors * - * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/include/partitioning/partdesc.h b/src/include/partitioning/partdesc.h index da19369e25d..e70d1142d6c 100644 --- a/src/include/partitioning/partdesc.h +++ b/src/include/partitioning/partdesc.h @@ -2,7 +2,7 @@ * * partdesc.h * - * Copyright (c) 1996-2018, PostgreSQL Global Development Group + * Copyright (c) 1996-2019, PostgreSQL Global Development Group * * src/include/utils/partdesc.h * |