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

Commit39b73d0

Browse files
committed
suppress pk warning in volkswagen mode
1 parentbc90f85 commit39b73d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/mmts/multimaster.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5177,7 +5177,7 @@ static void MtmProcessUtility(Node *parsetree, const char *queryString,
51775177
if (relid!=InvalidOid) {
51785178
Oidconstraint_oid;
51795179
Bitmapset*pk=get_primary_key_attnos(relid, true,&constraint_oid);
5180-
if (pk==NULL) {
5180+
if (pk==NULL&& !MtmVolksWagenMode) {
51815181
elog(WARNING,
51825182
MtmIgnoreTablesWithoutPk
51835183
?"Table %s.%s without primary will not be replicated"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp