Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sK1gX-007whS-CZ for pgsql-general@arkaria.postgresql.org; Wed, 19 Jun 2024 20:13:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sK1gV-006J1h-2m for pgsql-general@arkaria.postgresql.org; Wed, 19 Jun 2024 20:13:35 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sK1gU-006J1Z-OA for pgsql-general@lists.postgresql.org; Wed, 19 Jun 2024 20:13:35 +0000 Received: from mail.appl-ecosys.com ([50.126.108.78]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sK1gT-0028Kk-3H for pgsql-general@postgresql.org; Wed, 19 Jun 2024 20:13:34 +0000 Received: from salmo.appl-ecosys.com (salmo.appl-ecosys.com [192.168.55.1]) by mail.appl-ecosys.com (Postfix) with ESMTP id AF8732A2B7C for ; Wed, 19 Jun 2024 13:13:31 -0700 (PDT) Date: Wed, 19 Jun 2024 13:13:31 -0700 (PDT) From: Rich Shepard To: pgsql-general@postgresql.org Subject: Re: Transaction issue In-Reply-To: Message-ID: References: <4773397e-dec5-4c0a-bbfc-ea5794805c4d@aklaver.com> <23351ad6-5a62-64e5-63e-8364b9f4f774@appl-ecosys.com> <2a523214-5f72-ace5-3055-ca734d909f4f@appl-ecosys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, 19 Jun 2024, Adrian Klaver wrote: > Does it have a COMMIT; at the end? Adrian, No. I won't commit until I see the results are as intended. > At this point I think you need to create a simple test case where: I killed the psql process and restarted it to allow me to work on other issues right now; will run a test when I again get that error. Thanks, Rich