pgsql: Fix access-to-already-freed-memory issue in pgoutput.

2025-10-18 Thread Masahiko Sawada
Fix access-to-already-freed-memory issue in pgoutput. While pgoutput caches relation synchronization information in RelationSyncCache that resides in CacheMemoryContext, each entry's information (such as row filter expressions and column lists) is stored in the entry's private memory context (entr

pgsql: Fix access-to-already-freed-memory issue in pgoutput.

2025-10-18 Thread Masahiko Sawada
Fix access-to-already-freed-memory issue in pgoutput. While pgoutput caches relation synchronization information in RelationSyncCache that resides in CacheMemoryContext, each entry's information (such as row filter expressions and column lists) is stored in the entry's private memory context (entr

pgsql: Fix access-to-already-freed-memory issue in pgoutput.

2025-10-17 Thread Masahiko Sawada
Fix access-to-already-freed-memory issue in pgoutput. While pgoutput caches relation synchronization information in RelationSyncCache that resides in CacheMemoryContext, each entry's information (such as row filter expressions and column lists) is stored in the entry's private memory context (entr

pgsql: Fix access-to-already-freed-memory issue in pgoutput.

2025-10-17 Thread Masahiko Sawada
Fix access-to-already-freed-memory issue in pgoutput. While pgoutput caches relation synchronization information in RelationSyncCache that resides in CacheMemoryContext, each entry's information (such as row filter expressions and column lists) is stored in the entry's private memory context (entr

pgsql: Fix access-to-already-freed-memory issue in pgoutput.

2025-10-17 Thread Masahiko Sawada
Fix access-to-already-freed-memory issue in pgoutput. While pgoutput caches relation synchronization information in RelationSyncCache that resides in CacheMemoryContext, each entry's information (such as row filter expressions and column lists) is stored in the entry's private memory context (entr