Fix of file path in the file comments
Started by Nitin Jadhavover 4 years ago1 messages
Hi,
The file path mentioned in the file comments of
'src/backend/utils/activity/backend_status.c'
was incorrect. Modified it to the correct path. Please find the patch
attached.
Thanks & Regards,
Nitin Jadhav
Attachments:
v1_0001-fix_file_path_in_comments.patchapplication/octet-stream; name=v1_0001-fix_file_path_in_comments.patchDownload
From 412f95efea387262fee1df7b62b925e926aedf9e Mon Sep 17 00:00:00 2001
From: Nitin <nitin.jadhav@enterprisedb.com>
Date: Mon, 10 May 2021 15:12:32 +0530
Subject: [PATCH] fix_file_path_incomments
---
src/backend/utils/activity/backend_status.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/utils/activity/backend_status.c b/src/backend/utils/activity/backend_status.c
index a368101..3a09e34 100644
--- a/src/backend/utils/activity/backend_status.c
+++ b/src/backend/utils/activity/backend_status.c
@@ -6,7 +6,7 @@
*
*
* IDENTIFICATION
- * src/backend/postmaster/backend_status.c
+ * src/backend/utils/activity/backend_status.c
* ----------
*/
#include "postgres.h"
--
1.8.3.1