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

Commit97e6a7d

Browse files
author
Maksim Milyutin
committed
Light fixes
1 parent0330284 commit97e6a7d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ Tests using parallel sessions using python 2.7 script:
3434
```
3535
python tests/pg_qs_test_runner.py [OPTION]...
3636
```
37-
*prerequisite packages*:
38-
*`psycopg2` version 2.6 or later
39-
*`PyYAML` version 3.11 or later
37+
*prerequisite packages*:
38+
*`psycopg2` version 2.6 or later
39+
*`PyYAML` version 3.11 or later
4040

41-
*options*:
42-
**- -host* --- postgres server host, default value is*localhost*
43-
**- -port* --- postgres server port, default value is*5432*
44-
**- -database* --- database name, default value is*postgres*
45-
**- -user* --- user name, default value is*postgres*
46-
**- -password* --- user's password, default value is empty
41+
*options*:
42+
**- -host* --- postgres server host, default value is*localhost*
43+
**- -port* --- postgres server port, default value is*5432*
44+
**- -database* --- database name, default value is*postgres*
45+
**- -user* --- user name, default value is*postgres*
46+
**- -password* --- user's password, default value is empty
4747

4848
##Function pg\_query\_state
4949
```plpgsql

‎pg_query_state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ qs_ExecutorStart(QueryDesc *queryDesc, int eflags)
375375
postExecProcNode_hook= (pg_qs_enable&&pg_qs_trace) ?
376376
qs_postExecProcNode :prev_postExecProcNode;
377377

378-
/* suspend traceable query if it is nottraceable orcontinued (hook is not thrown off) */
378+
/* suspend traceable query if it is not continued (hook is not thrown off) */
379379
if (postExecProcNode_hook==qs_postExecProcNode)
380380
suspend_traceable_query();
381381
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp