diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-02-22 18:52:59 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-02-22 18:52:59 -0300 |
commit | 45919335493291ef43f9b66c81a56d32a562ab5a (patch) | |
tree | 92fc851acdee953defff72561a2151969bcdaa8d /contrib/pg_xlogdump/pg_xlogdump.c | |
parent | f03a779751f6fc8dc87628d021510c4ec9e1e667 (diff) | |
download | postgresql-45919335493291ef43f9b66c81a56d32a562ab5a.tar.gz postgresql-45919335493291ef43f9b66c81a56d32a562ab5a.zip |
Fix some typos and grammatical mistakes
... as well a update copyrights statements to 2013.
Noted by Thom Brown and Peter Geoghegan
Diffstat (limited to 'contrib/pg_xlogdump/pg_xlogdump.c')
-rw-r--r-- | contrib/pg_xlogdump/pg_xlogdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_xlogdump/pg_xlogdump.c b/contrib/pg_xlogdump/pg_xlogdump.c index 78b884c20ed..0706463aa63 100644 --- a/contrib/pg_xlogdump/pg_xlogdump.c +++ b/contrib/pg_xlogdump/pg_xlogdump.c @@ -2,7 +2,7 @@ * * pg_xlogdump.c - decode and display WAL * - * Copyright (c) 2012, PostgreSQL Global Development Group + * Copyright (c) 2013, PostgreSQL Global Development Group * * IDENTIFICATION * contrib/pg_xlogdump/pg_xlogdump.c |