From 22310b808d45f67db4037a74aa47f44d716a4a83 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 11 Dec 2013 22:12:25 -0500 Subject: Remove bogus executable permissions on xlog.c. Apparently fat-fingered in 1a3d104475ce01326fc00601ed66ac4d658e37e5. Noted by Peter Geoghegan. --- src/backend/access/transam/xlog.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/backend/access/transam/xlog.c (limited to 'src/backend/access/transam/xlog.c') diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c old mode 100755 new mode 100644 -- cgit v1.2.3