On Wed, Aug 27, 2014 at 6:10 AM, Magnus Hagander <mag...@hagander.net> wrote:
> On Tue, Aug 26, 2014 at 11:03 PM, Robert Haas <robertmh...@gmail.com> wrote:
>> Probably that's a good idea, but do we really need Author: tags?  I
>> know we have those in a few places, but certainly not everywhere, and
>> as time goes by they tend to be less accurate reflections of who wrote
>> the latest code (as opposed to the original code).  Furthermore, every
>> time we include them, it tends to increase the demand to add even more
>> of them because, hey, everybody likes to be acknowledged.
>
> Given that I'm the one named in it - nah, just drop it.
Updated patch updated without any Author tag. Perhaps you want to drop
it in all the *.c files in src/bin/pg_basebackup?
Regards,
-- 
Michael
diff --git a/src/bin/pg_basebackup/receivelog.h b/src/bin/pg_basebackup/receivelog.h
index 72f8245..0e2b772 100644
--- a/src/bin/pg_basebackup/receivelog.h
+++ b/src/bin/pg_basebackup/receivelog.h
@@ -1,3 +1,14 @@
+/*-------------------------------------------------------------------------
+ *
+ * receivelog.h
+ *
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ *
+ * IDENTIFICATION
+ *		  src/bin/pg_basebackup/receivelog.h
+ *-------------------------------------------------------------------------
+ */
+
 #include "libpq-fe.h"
 
 #include "access/xlogdefs.h"
diff --git a/src/bin/pg_basebackup/streamutil.h b/src/bin/pg_basebackup/streamutil.h
index c36a37b..7257b26 100644
--- a/src/bin/pg_basebackup/streamutil.h
+++ b/src/bin/pg_basebackup/streamutil.h
@@ -1,3 +1,14 @@
+/*-------------------------------------------------------------------------
+ *
+ * streamutil.h
+ *
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ *
+ * IDENTIFICATION
+ *		  src/bin/pg_basebackup/streamutil.h
+ *-------------------------------------------------------------------------
+ */
+
 #include "libpq-fe.h"
 
 extern const char *progname;
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to