修复 【使用alter system方式修改参数num_internal_lock_partitions后,重启数据库失败】的问题

This commit is contained in:
muyulinzhong
2023-09-18 19:23:47 +08:00
parent ab05033aab
commit 3d2a64bfec
6 changed files with 44 additions and 10 deletions

View File

@ -448,8 +448,8 @@ extern int GetDecimalFromHex(char hex);
extern char* limit_printout_length(const char* str);
extern bool StrToInt32(const char* s, int *val);
extern char* TrimStrQuote(const char* str, bool isQuote);
extern char* TrimStr(const char* str);
extern void UHeapAddToBulkInsertSelect(CopyFromBulk bulk, Tuple tup, bool needCopy);
extern void HeapAddToBulkInsertSelect(CopyFromBulk bulk, Tuple tup, bool needCopy);

View File

@ -306,7 +306,7 @@ typedef struct DecodeOptionsDefault {
extern LogicalDispatcher g_Logicaldispatcher[];
extern bool firstCreateDispatcher;
extern bool QuoteCheckOut(char* newval);
extern void CheckLogicalDecodingRequirements(Oid databaseId);
extern void ParallelReorderBufferQueueChange(ParallelReorderBuffer *rb, logicalLog *change, int slotId);
extern void ParallelReorderBufferForget(ParallelReorderBuffer *rb, int slotId, ParallelReorderBufferTXN *txn);