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

Commit8acb8f1

Browse files
committed
[pgpathman]: Added PGDLLIMPORT for InvalidObjectAddress and None_Receiver
1 parente26ec10 commit8acb8f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/include/catalog/objectaddress.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef struct ObjectAddress
2828
int32objectSubId;/* Subitem within object (eg column), or 0 */
2929
}ObjectAddress;
3030

31-
externconstObjectAddressInvalidObjectAddress;
31+
externPGDLLIMPORTconstObjectAddressInvalidObjectAddress;
3232

3333
#defineObjectAddressSubSet(addr,class_id,object_id,object_sub_id) \
3434
do { \

‎src/include/tcop/dest.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct _DestReceiver
128128
/* Private fields might appear beyond this point... */
129129
};
130130

131-
externDestReceiver*None_Receiver;/* permanent receiver for DestNone */
131+
externPGDLLIMPORTDestReceiver*None_Receiver;/* permanent receiver for DestNone */
132132

133133
/* The primary destination management functions */
134134

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp