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

Commit7d7eee8

Browse files
committed
Export a few more symbols required for test_shm_mq module.
Patch from Amit Kapila.
1 parentad6bf02 commit7d7eee8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/include/miscadmin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ extern volatile bool ProcDiePending;
8080
externvolatileboolClientConnectionLost;
8181

8282
/* these are marked volatile because they are examined by signal handlers: */
83-
externvolatileboolImmediateInterruptOK;
83+
externPGDLLIMPORTvolatileboolImmediateInterruptOK;
8484
externPGDLLIMPORTvolatileuint32InterruptHoldoffCount;
8585
externPGDLLIMPORTvolatileuint32CritSectionCount;
8686

‎src/include/postmaster/bgworker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ extern BgwHandleStatus WaitForBackgroundWorkerStartup(BackgroundWorkerHandle *
116116
externvoidTerminateBackgroundWorker(BackgroundWorkerHandle*handle);
117117

118118
/* This is valid in a running worker */
119-
externBackgroundWorker*MyBgworkerEntry;
119+
externPGDLLIMPORTBackgroundWorker*MyBgworkerEntry;
120120

121121
/*
122122
* Connect to the specified database, as the specified user. Only a worker

‎src/include/storage/shm_mq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ extern shm_mq_result shm_mq_receive(shm_mq_handle *mqh,
6565
externshm_mq_resultshm_mq_wait_for_attach(shm_mq_handle*mqh);
6666

6767
/* Smallest possible queue. */
68-
externconstSizeshm_mq_minimum_size;
68+
externPGDLLIMPORTconstSizeshm_mq_minimum_size;
6969

7070
#endif/* SHM_MQ_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp