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

add missingsession_local#1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
knizhnik merged 1 commit intopostgrespro:masterfromfunbringer:missing_session_local
Dec 7, 2017
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletionssrc/backend/parser/scan.l
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -60,9 +60,9 @@ fprintf_to_ereport(const char *fmt, const char *msg)
* as such, changing their values can induce very unintuitive behavior.
* But we shall have to live with it until we can remove these variables.
*/
intbackslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
boolescape_string_warning = true;
boolstandard_conforming_strings = true;
session_localintbackslash_quote = BACKSLASH_QUOTE_SAFE_ENCODING;
session_localboolescape_string_warning = true;
session_localboolstandard_conforming_strings = true;

/*
* Set the type of YYSTYPE.
Expand Down
2 changes: 1 addition & 1 deletionsrc/backend/replication/repl_gram.y
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -23,7 +23,7 @@


/* Result of the parsing is returned here */
Node *replication_parse_result;
session_localNode *replication_parse_result;

static SQLCmd *make_sqlcmd(void);

Expand Down
4 changes: 2 additions & 2 deletionssrc/backend/replication/syncrep_gram.y
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,8 +17,8 @@
#include "replication/syncrep.h"

/* Result of parsing is returned in one of these two variables */
SyncRepConfigData *syncrep_parse_result;
char *syncrep_parse_error_msg;
session_localSyncRepConfigData *syncrep_parse_result;
session_localchar *syncrep_parse_error_msg;

static SyncRepConfigData *create_syncrep_config(const char *num_sync,
List *members, uint8 syncrep_method);
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp