From c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 2 Jan 2023 15:00:37 -0500 Subject: Update copyright for 2023 Backpatch-through: 11 --- src/backend/utils/adt/jsonpath_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/adt/jsonpath_exec.c') diff --git a/src/backend/utils/adt/jsonpath_exec.c b/src/backend/utils/adt/jsonpath_exec.c index 4335e1c2821..350e543fd9c 100644 --- a/src/backend/utils/adt/jsonpath_exec.c +++ b/src/backend/utils/adt/jsonpath_exec.c @@ -49,7 +49,7 @@ * we calculate operands first. Then we check that results are numeric * singleton lists, calculate the result and pass it to the next path item. * - * Copyright (c) 2019-2022, PostgreSQL Global Development Group + * Copyright (c) 2019-2023, PostgreSQL Global Development Group * * IDENTIFICATION * src/backend/utils/adt/jsonpath_exec.c -- cgit v1.2.3