Skip to content

Commit

Permalink
C comment: add header to pg_test_fsync.c
Browse files Browse the repository at this point in the history
Reported-by: Michael Paquier

Discussion: https://postgr.es/m/CAB7nPqT1c9WrUw4+eSGF_-ru7ERBOC50a4r3tS1s-yT4OaYsLg@mail.gmail.com

Author: Michael Paquier

Backpatch-through: master
  • Loading branch information
bmomjian committed Nov 25, 2023
1 parent 8d98134 commit 6ec8262
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/bin/pg_test_fsync/pg_test_fsync.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6ec8262

Please sign in to comment.