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

Commitac81341

Browse files
committed
suppress pk warning in volkswagen mode
1 parent770bb95 commitac81341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎multimaster.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5191,7 +5191,7 @@ static void MtmProcessUtility(Node *parsetree, const char *queryString,
51915191
if (relid!=InvalidOid) {
51925192
Oidconstraint_oid;
51935193
Bitmapset*pk=get_primary_key_attnos(relid, true,&constraint_oid);
5194-
if (pk==NULL) {
5194+
if (pk==NULL&& !MtmVolksWagenMode) {
51955195
elog(WARNING,
51965196
MtmIgnoreTablesWithoutPk
51975197
?"Table %s.%s without primary will not be replicated"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp