From: Tom Lane Date: Thu, 12 Dec 2013 03:12:25 +0000 (-0500) Subject: Remove bogus executable permissions on xlog.c. X-Git-Tag: REL9_4_BETA1~799 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22310b808d45f67db4037a74aa47f44d716a4a83;p=postgresql Remove bogus executable permissions on xlog.c. Apparently fat-fingered in 1a3d104475ce01326fc00601ed66ac4d658e37e5. Noted by Peter Geoghegan. --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c old mode 100755 new mode 100644