Re: rare crash - FailedAssertion snapbuild.c Line: 580

2024-08-01 Thread Pradeep Kumar
Hello all, Any update on this? Thanks and regards Pradeep On Thu, Jul 25, 2024 at 1:09 PM Pradeep Kumar wrote: > Hello all, > > Message Id: > https://www.postgresql.org/message-id/flat/3808dc548e144c860fc3fe57de013809%40xs4all.nl#72629a188e99e14387230fccc8eef518 > > Actual

rare crash - FailedAssertion snapbuild.c Line: 580

2024-07-25 Thread Pradeep Kumar
Hello all, Message Id: https://www.postgresql.org/message-id/flat/3808dc548e144c860fc3fe57de013809%40xs4all.nl#72629a188e99e14387230fccc8eef518 Actually I'm also facing this issue. Any solution regarding this? .Kindly give me the explanation of why this error occurs. Thanks and regards Pradeep

Re: Need clarification on compilation errors in PG 16.2

2024-05-28 Thread Pradeep Kumar
27;t defined the memset_s() macro. Thanks and regards Pradeep On Wed, May 29, 2024 at 11:30 AM Pradeep Kumar wrote: > Hello Tom, > > >That's correct for recent versions of macOS. I see you are > >building against a recent SDK: > > > > >/Library/Deve

Re: Need clarification on compilation errors in PG 16.2

2024-05-28 Thread Pradeep Kumar
_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__ >= 1 #include #include __BEGIN_DECLS errno_t memset_s(void *__s, rsize_t __smax, int __c, rsize_t __n) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0); __END_DECLS #endif Thanks and Regards Pradeep On Wed, May 29, 2024 at 2:21 AM Tom

Re: Need clarification on compilation errors in PG 16.2

2024-05-28 Thread Pradeep Kumar
ned. Yes it was defined in "pg_config.h" /* Define to 1 if you have the `memset_s' function. */ #define HAVE_MEMSET_S 1 Thanks On Tue, May 28, 2024 at 12:27 PM Long Song wrote: > > > > > > Hi Pradeep, > > > At 2024-05-28 12:37:08, "Pradeep Kumar

Re: Need clarification on compilation errors in PG 16.2

2024-05-27 Thread Pradeep Kumar
re required in this codepath. Ok Thanks and regards On Tue, May 28, 2024 at 11:52 AM Daniel Gustafsson wrote: > > On 28 May 2024, at 07:37, Pradeep Kumar > wrote: > > This requires more information to be shared in order to figure out what > could > be happening. >

Need clarification on compilation errors in PG 16.2

2024-05-27 Thread Pradeep Kumar
Hi , While we try to install PG 16.2 from the source code in macbook we getting this following errors ``` *explicit_bzero.c:22:9: error: call to undeclared function 'memset_s'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration](void)

Possible Bug in relation_open

2024-05-21 Thread Pradeep Kumar
Hello Hackers, If the user tries to open the relation in RangeVar and NoLock mode calling *table_openrv(relation, NoLock), *it will internally call relation_openrv()-->relation_open(). In *relation_open() *we checking the Assert(lockmode >= NoLock && lockmode < MAX_LOCKMODES); , here we expecting

Seeking Clarification on Logical Replication Start LSN

2024-02-27 Thread Pradeep Kumar
Dear Postgres Community, I hope this email finds you well. I am reaching out to seek clarification on an issue I am encountering with logical replication in PostgreSQL. My specific question pertains to determining the appropriate LSN (Log Sequence Number) from which to start logical replication.

Re: Assistance Needed: Issue with pg_upgrade and --link option

2023-06-28 Thread Pradeep Kumar
/nvme0n1p4_crypt 375161856 102253040 270335920 28% /home On Wed, Jun 28, 2023 at 3:14 PM Peter Eisentraut wrote: > On 28.06.23 08:24, Laurenz Albe wrote: > > On Wed, 2023-06-28 at 11:49 +0530, Pradeep Kumar wrote: > >> I was under the impression that the --link option would create hard &

Re: Assistance Needed: Issue with pg_upgrade and --link option

2023-06-28 Thread Pradeep Kumar
Laurenz Albe wrote: > On Wed, 2023-06-28 at 11:49 +0530, Pradeep Kumar wrote: > > I was under the impression that the --link option would create hard > links between the > > old and new cluster's data files, but it appears that the entire old > cluster data was >

Assistance Needed: Issue with pg_upgrade and --link option

2023-06-27 Thread Pradeep Kumar
ific to my PostgreSQL version or file system that I should be aware of? Any guidance, clarification, or troubleshooting steps you can provide would be greatly appreciated. I want to ensure that I am utilizing the --link option correctly and optimize the upgrade process. Best regards, Pradeep Kumar

Seeking Guidance on Using Valgrind in PostgreSQL for Detecting Memory Leaks in Extension Code

2023-06-08 Thread Pradeep Kumar
Dear Postgres Hackers, I am writing to seek your guidance and utilization of Valgrind in PostgreSQL for detecting memory leaks in extension-related code. Recently, I have been exploring ways to improve the stability and performance of PostgreSQL extensions by addressing memory-related issues, spec

Extensible Rmgr for Table Ams

2023-02-14 Thread Pradeep Kumar
b25d1 Thanks and regards Pradeep Kumar