Skip to content

Commit ac81341

Browse files
committed
suppress pk warning in volkswagen mode
1 parent 770bb95 commit ac81341

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
Oid constraint_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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy