summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2018-07-31 15:50:28 +0000
committerAlvaro Herrera2018-07-31 15:50:59 +0000
commit23ca82d7ef6c386f2995b812d93426a349e17438 (patch)
tree2dc57f2779d28c6514b3e6abae3dabb60cd28caa
parented0cfde2e7fca2c129e560491bbb15331f2ff2f4 (diff)
Fix typo in file identification and copyright year
-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 0e8483c930..05e1b27637 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
*
*-------------------------------------------------------------------------
*/