Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pjiMb-00074s-FV for pgsql-hackers@arkaria.postgresql.org; Tue, 04 Apr 2023 15:14:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pjiMa-0001Se-CX for pgsql-hackers@arkaria.postgresql.org; Tue, 04 Apr 2023 15:14:24 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pjiMa-0001SV-1R for pgsql-hackers@lists.postgresql.org; Tue, 04 Apr 2023 15:14:24 +0000 Received: from mail-oi1-x22e.google.com ([2607:f8b0:4864:20::22e]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1pjiMX-0000tk-N0 for pgsql-hackers@lists.postgresql.org; Tue, 04 Apr 2023 15:14:23 +0000 Received: by mail-oi1-x22e.google.com with SMTP id w13so13064101oik.2 for ; Tue, 04 Apr 2023 08:14:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=timescale.com; s=google; t=1680621261; x=1683213261; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=GoO95CPNNjwVxZZxBMwdY3uhcGT5MzViogvlXwcYqsw=; b=JXk0D22qLeWMe1KQhz9SoBO6ol9Vui0+sPc3NfN/TVkmLHH41ikwyJdrwbwzh6BTwe G7+silVszG81kb+IHwXxgnI3oKpVshtGSeUJa+61R8U/mYBhBW1Z3nOjZE0isVaPOIdX wEZfK6dgUw/efS7XmtmloXvCtf3TYJA+PglS0hJZ/zg7dsvD6om/CrZlBufJIuBogK/c guAUhnTrD7egaBEZ+3A82tx9SQ+RcMXumtWTyoyto6Cx7hR9mGbec/Sryr0ncg8bmbwH mdtOUP42GITftQltQ1J7wHsKFQTnRL+zzqFLfkSls2uwKUz/cJ6YkjYJqUjdcFBEfbwB pWSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680621261; x=1683213261; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=GoO95CPNNjwVxZZxBMwdY3uhcGT5MzViogvlXwcYqsw=; b=UkT9V7dHuRXPNz4mTL9ZaYOXve/2vtM7EC+FSSSRFpSOOfibjHJUwYvHMoXpfOmUsp UFO3grFuqpWo2qo5XVh5VyQ1tqVfcyaMEmcsNmpJqH70giToTWVCkI6TQ4v3R1S30dw3 gKs5ujOqiFgbV/qVq1Nla6i2vjAOkKUf+G4kEpY2EzL1XlMGd46vNxK1UyzpReqxzZVN PtTTsTzkFCgxjkBp1uk7tfT65z36R2S3cLpuPk8Js4jTL7Z2ky/Zp+xIlznPQl6k6ZH+ J5DAJPaIDZDgjsbz2vwhbp2xItTK8U2c4sQ5xfvvZOTcbMJi+KmWpUjD2yX9Rdffgb/N BHvg== X-Gm-Message-State: AAQBX9cEvVxKTlg/qKA6+dhyo6hHupr+RE8be7VX5qPvSSWsk4MxNttM VntDIPz9L/0m/2Gx5laX5M5heKtDxb6P9z4WJ1bEPQ== X-Google-Smtp-Source: AKy350acQjlG4ToJw5omXVtl1M/QT/AoyYPrPvwTO4hIIkoOKgXTyiEGOo2HQ2xLUbC3aqKxor3clHAfop1fI1hTGy0= X-Received: by 2002:a05:6808:484:b0:386:bf3c:4f25 with SMTP id z4-20020a056808048400b00386bf3c4f25mr1063159oid.2.1680621261159; Tue, 04 Apr 2023 08:14:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jacob Champion Date: Tue, 4 Apr 2023 08:14:10 -0700 Message-ID: Subject: Re: RFC: logical publication via inheritance root? To: Peter Smith Cc: PostgreSQL Hackers , Aleksander Alekseev Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, Apr 3, 2023 at 8:53=E2=80=AFPM Peter Smith = wrote: > > FYI, the WIP patch does not seem to apply cleanly anymore using the lates= t HEAD. Yes, sorry -- after 062a84442, the architecture needs to change in a way that I'm still working through. I've moved the patch to Waiting on Author while I figure out the rebase. Thanks, --Jacob