修复 【使用alter system方式修改参数num_internal_lock_partitions后,重启数据库失败】的问题
This commit is contained in:
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user