Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb48cac3

Browse files
author
Amit Kapila
committed
Mark a few logical decoding related variables with PGDLLIMPORT.
Commit7259736 added two variables CheckXidAlive and bsysscan to detectconcurrent aborts and used these in inline functions that are part of theAPI that can be used by extensions. So it is better to mark them withPGDLLIMPORT.Reported-by: Thomas MunroDiscussion:https://postgr.es/m/CA+hUKGJ7+HYupd=Pz9+QrXa-C_YnbC4rAYu8V+=OKg=UgdzMeg@mail.gmail.com
1 parent1e7629d commitb48cac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/access/xact.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ typedef enum
8282
externintsynchronous_commit;
8383

8484
/* used during logical streaming of a transaction */
85-
externTransactionIdCheckXidAlive;
86-
externboolbsysscan;
85+
externPGDLLIMPORTTransactionIdCheckXidAlive;
86+
externPGDLLIMPORTboolbsysscan;
8787

8888
/*
8989
* Miscellaneous flag bits to record events which occur on the top level

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp