aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-07-31 11:50:28 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-07-31 11:50:59 -0400
commit23ca82d7ef6c386f2995b812d93426a349e17438 (patch)
tree2dc57f2779d28c6514b3e6abae3dabb60cd28caa /src
parented0cfde2e7fca2c129e560491bbb15331f2ff2f4 (diff)
downloadpostgresql-23ca82d7ef6c386f2995b812d93426a349e17438.tar.gz
postgresql-23ca82d7ef6c386f2995b812d93426a349e17438.zip
Fix typo in file identification and copyright year
Diffstat (limited to 'src')
-rw-r--r--src/include/utils/float.h4
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
*
*-------------------------------------------------------------------------
*/