git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e701e91)
Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.
2010年9月28日 05:24:02 +0000 (14:24 +0900)
2010年9月28日 05:24:02 +0000 (14:24 +0900)
Backpatch to 8.3.

Reported by Sergey Burladyan.


diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c
index fcfb1bc97f396769ab30292b7b12f6e418d77fbd..4027f77be233ff64933ffd630732fa20b95cf1c3 100644 (file)
--- a/src/bin/psql/common.c
+++ b/src/bin/psql/common.c
@@ -1388,6 +1388,9 @@ command_no_begin(const char *query)
return true;
}
+ if (wordlen == 7 && pg_strncasecmp(query, "discard", 7) == 0)
+ return true;
+
return false;
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /