Re: Add contrib/pg_logicalsnapinspect

From: "Euler Taveira" <euler(at)eulerto(dot)com>
To: "Masahiko Sawada" <sawada(dot)mshk(at)gmail(dot)com>, "Bertrand Drouvot" <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: "Amit Kapila" <amit(dot)kapila16(at)gmail(dot)com>, "Andres Freund" <andres(at)anarazel(dot)de>, "Peter Smith" <smithpb2250(at)gmail(dot)com>, "Peter Eisentraut" <peter(at)eisentraut(dot)org>, "shveta(dot)malik(at)gmail(dot)com" <shveta(dot)malik(at)gmail(dot)com>, "Bharath Rupireddy" <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add contrib/pg_logicalsnapinspect
Date: 2025-03-14 01:19:43
Message-ID: 6b9a41c8-ba6e-4cca-a676-d10d9d4e01ad@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 11, 2025, at 7:34 PM, Masahiko Sawada wrote:
> Pushed.

pgindent is saying this commit included some extra tabs.

git diff
diff --git a/contrib/pg_logicalinspect/pg_logicalinspect.c b/contrib/pg_logicalinspect/pg_logicalinspect.c
index ff6c682679f..5a44718bea8 100644
--- a/contrib/pg_logicalinspect/pg_logicalinspect.c
+++ b/contrib/pg_logicalinspect/pg_logicalinspect.c
@@ -86,7 +86,7 @@ parse_error:
ereport(ERROR,
errmsg("invalid snapshot file name \"%s\"", filename));

- return InvalidXLogRecPtr; /* keep compiler quiet */
+ return InvalidXLogRecPtr; /* keep compiler quiet */
}

--
Euler Taveira
EDB https://www.enterprisedb.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sungwoo Chang 2025-03-14 01:46:58 dsm_registry: Add detach and destroy features
Previous Message Sami Imseih 2025-03-14 01:15:34 Re: Query ID Calculation Fix for DISTINCT / ORDER BY and LIMIT / OFFSET