Skip to content

Commit 6ec8262

Browse files
committed
C comment: add header to pg_test_fsync.c
Reported-by: Michael Paquier Discussion: https://postgr.es/m/CAB7nPqT1c9WrUw4+eSGF_-ru7ERBOC50a4r3tS1s-yT4OaYsLg@mail.gmail.com Author: Michael Paquier Backpatch-through: master
1 parent 8d98134 commit 6ec8262

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/bin/pg_test_fsync/pg_test_fsync.c

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
/*
2-
* pg_test_fsync.c
3-
* tests all supported fsync() methods
1+
/*-------------------------------------------------------------------------
2+
*
3+
* pg_test_fsync --- tests all supported fsync() methods
4+
*
5+
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
6+
*
7+
* src/bin/pg_test_fsync/pg_test_fsync.c
8+
*
9+
*-------------------------------------------------------------------------
410
*/
511

612
#include "postgres_fe.h"

0 commit comments

Comments
 (0)