Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ec8262

Browse filesBrowse 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
Copy full SHA for 6ec8262

File tree

Expand file treeCollapse file tree

1 file changed

+9
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-3
lines changed

‎src/bin/pg_test_fsync/pg_test_fsync.c

Copy file name to clipboardExpand all lines: src/bin/pg_test_fsync/pg_test_fsync.c
+9-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.