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

Commita4f4cd7

Browse files
author
Daniel Shelepanov
committed
[PGPRO-4561] indentation and typo fixed after review
1 parentf79ebd9 commita4f4cd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎pg_query_state.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#defineQUEUE_SIZE(16 * 1024)
2121
#defineMSG_MAX_SIZE1024
22-
#defineWRITING_DELAY(100 * 1000) // 100ms
22+
#defineWRITING_DELAY(100 * 1000)/* 100ms */
2323
#defineNUM_OF_ATTEMPTS6
2424

2525
#defineTIMINIG_OFF_WARNING 1

‎signal_handler.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ serialize_stack(char *dest, List *qs_stack)
163163
staticmsg_by_parts_result
164164
shm_mq_send_nonblocking(shm_mq_handle*mqh,Sizenbytes,constvoid*data,Sizeattempts)
165165
{
166-
inti;
166+
inti;
167167
shm_mq_resultres;
168168

169169
for(i=0;i<attempts;i++)
@@ -186,7 +186,7 @@ shm_mq_send_nonblocking(shm_mq_handle *mqh, Size nbytes, const void *data, Size
186186
}
187187

188188
/*
189-
* send_msg_by_parts sends datathrourh the queue as a bunch of messages
189+
* send_msg_by_parts sends datathrough the queue as a bunch of messages
190190
* of smaller size
191191
*/
192192
staticmsg_by_parts_result

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp