C comment: add header to pg_test_fsync.c
authorBruce Momjian <bruce@momjian.us>
Sat, 25 Nov 2023 16:04:46 +0000 (11:04 -0500)
committerBruce Momjian <bruce@momjian.us>
Sat, 25 Nov 2023 16:04:46 +0000 (11:04 -0500)
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/CAB7nPqT1c9WrUw4+eSGF_-ru7ERBOC50a4r3tS1s-yT4OaYsLg@mail.gmail.com

Author: Michael Paquier

Backpatch-through: master

src/bin/pg_test_fsync/pg_test_fsync.c

index 14fa4acae26107e5998333be3297016b68ca0097..f56e494f70fd8d04c86871eee89a0e3e77ff10ec 100644 (file)
@@ -1,6 +1,12 @@
-/*
- *     pg_test_fsync.c
- *             tests all supported fsync() methods
+/*-------------------------------------------------------------------------
+ *
+ * pg_test_fsync --- tests all supported fsync() methods
+ *
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ *
+ * src/bin/pg_test_fsync/pg_test_fsync.c
+ *
+ *-------------------------------------------------------------------------
  */
 
 #include "postgres_fe.h"