diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-07-31 11:50:28 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-07-31 11:50:59 -0400 |
commit | 23ca82d7ef6c386f2995b812d93426a349e17438 (patch) | |
tree | 2dc57f2779d28c6514b3e6abae3dabb60cd28caa | |
parent | ed0cfde2e7fca2c129e560491bbb15331f2ff2f4 (diff) | |
download | postgresql-23ca82d7ef6c386f2995b812d93426a349e17438.tar.gz postgresql-23ca82d7ef6c386f2995b812d93426a349e17438.zip |
Fix typo in file identification and copyright year
-rw-r--r-- | src/include/utils/float.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/float.h b/src/include/utils/float.h index 0e8483c930a..05e1b276379 100644 --- a/src/include/utils/float.h +++ b/src/include/utils/float.h @@ -3,12 +3,12 @@ * float.h * Definitions for the built-in floating-point types * - * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * src/include/utils/float.c + * src/include/utils/float.h * *------------------------------------------------------------------------- */ |