From 001e114b8d59f4eaf2a314a2bc5e57078afdf82f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 10 Nov 2013 09:20:52 -0500 Subject: Fix whitespace issues found by git diff --check, add gitattributes Set per file type attributes in .gitattributes to fine-tune whitespace checks. With the associated cleanups, the tree is now clean for git --- src/backend/storage/ipc/dsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/storage/ipc') diff --git a/src/backend/storage/ipc/dsm.c b/src/backend/storage/ipc/dsm.c index 9f9b91a0cac..6df402f2486 100644 --- a/src/backend/storage/ipc/dsm.c +++ b/src/backend/storage/ipc/dsm.c @@ -544,7 +544,7 @@ dsm_backend_startup(void) if (!dsm_control_segment_sane(dsm_control, dsm_control_mapped_size)) { dsm_impl_op(DSM_OP_DETACH, control_handle, 0, - &dsm_control_impl_private, &control_address, + &dsm_control_impl_private, &control_address, &dsm_control_mapped_size, WARNING); ereport(FATAL, (errcode(ERRCODE_INTERNAL_ERROR), -- cgit v1.2.3