mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
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
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user