Re: Need help identifying a periodic performance issue.

From: Robert Creager <robertc(at)spectralogic(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: "pgsql-performance(at)lists(dot)postgresql(dot)org" <pgsql-performance(at)lists(dot)postgresql(dot)org>
Subject: Re: Need help identifying a periodic performance issue.
Date: 2021-11-17 17:51:05
Message-ID: 0C3B1B2B-6571-477D-A89C-6FA7B6259840@spectralogic.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Nov 15, 2021, at 10:50 PM, Thomas Munro <thomas(dot)munro(at)gmail(dot)com<mailto:thomas(dot)munro(at)gmail(dot)com>> wrote:

This message originated outside your organization.

On Tue, Nov 16, 2021 at 5:43 PM Robert Creager <robertc(at)spectralogic(dot)com<mailto:robertc(at)spectralogic(dot)com>> wrote:
One CPU is pegged, the data has been sent over STDIN, so Postgres is not waiting for more, there are no other queries running using this select:

So PostgreSQL is eating 100% CPU, with no value shown in
wait_event_type, and small numbers of system calls are counted. In
that case, is there an interesting user stack that jumps out with a
profiler during the slowdown (or the kernel version, stack())?

sudo dtrace -n 'profile-99 /arg0/ { @[ustack()] = count(); } tick-10s
{ exit(0); }

Ok, here is the logs around a dtrace included. I have dtaces every 1m10s, and the two I looked at, the last entry, were the same.

egrep "( checkpoint |COPY ds3.job_entry|COPY ds3.blob|vacuum)” postgres.log
...
Nov 17 06:19:55 sm2u-10 postgres[71885]: [57-1] db=,user=,app=,client= LOG: checkpoint complete: wrote 5843 buffers (0.2%); 1 WAL file(s) added, 2 removed, 0 recycled; write=617.324 s, sync=0.029 s, total=617.42
3 s; sync files=62, longest=0.028 s, average=0.001 s; distance=33368 kB, estimate=213837 kB
Nov 17 06:22:07 sm2u-10 postgres[72628]: [29-1] db=tapesystem,user=Administrator,app=PostgreSQL JDBC Driver,client=127.0.0.1 LOG: duration: 199171.920 ms statement: COPY ds3.job_entry (blob_id, chunk_id, id, jo
b_id, order_index) FROM STDIN WITH DELIMITER AS '|'
Nov 17 06:24:38 sm2u-10 postgres[71885]: [58-1] db=,user=,app=,client= LOG: checkpoint starting: time
Nov 17 06:25:21 sm2u-10 postgres[72628]: [30-1] db=tapesystem,user=Administrator,app=PostgreSQL JDBC Driver,client=127.0.0.1 LOG: duration: 193812.868 ms statement: COPY ds3.job_entry (blob_id, chunk_id, id, jo
b_id, order_index) FROM STDIN WITH DELIMITER AS '|'
Nov 17 06:28:39 sm2u-10 postgres[72628]: [31-1] db=tapesystem,user=Administrator,app=PostgreSQL JDBC Driver,client=127.0.0.1 LOG: duration: 197402.732 ms statement: COPY ds3.job_entry (blob_id, chunk_id, id, jo
b_id, order_index) FROM STDIN WITH DELIMITER AS '|'
Nov 17 06:31:53 sm2u-10 postgres[72628]: [32-1] db=tapesystem,user=Administrator,app=PostgreSQL JDBC Driver,client=127.0.0.1 LOG: duration: 194173.569 ms statement: COPY ds3.job_entry (blob_id, chunk_id, id, jo
b_id, order_index) FROM STDIN WITH DELIMITER AS '|'
Nov 17 06:35:09 sm2u-10 postgres[72628]: [33-1] db=tapesystem,user=Administrator,app=PostgreSQL JDBC Driver,client=127.0.0.1 LOG: duration: 195687.516 ms statement: COPY ds3.job_entry (blob_id, chunk_id, id, jo
b_id, order_index) FROM STDIN WITH DELIMITER AS '|'
Nov 17 06:35:46 sm2u-10 postgres[71885]: [59-1] db=,user=,app=,client= LOG: checkpoint complete: wrote 6314 buffers (0.2%); 0 WAL file(s) added, 2 removed, 0 recycled; write=667.531 s, sync=0.260 s, total=667.86
3 s; sync files=54, longest=0.192 s, average=0.005 s; distance=27410 kB, estimate=195194 kB
Nov 17 06:38:22 sm2u-10 postgres[72628]: [34-1] db=tapesystem,user=Administrator,app=PostgreSQL JDBC Driver,client=127.0.0.1 LOG: duration: 193470.003 ms statement: COPY ds3.job_entry (blob_id, chunk_id, id, jo
b_id, order_index) FROM STDIN WITH DELIMITER AS '|'
Nov 17 06:39:38 sm2u-10 postgres[71885]: [60-1] db=,user=,app=,client= LOG: checkpoint starting: time
Nov 17 06:41:38 sm2u-10 postgres[72628]: [35-1] db=tapesystem,user=Administrator,app=PostgreSQL JDBC Driver,client=127.0.0.1 LOG: duration: 195634.058 ms statement: COPY ds3.job_entry (blob_id, chunk_id, id, job_id, order_index) FROM STDIN WITH DELIMITER AS '|'
Nov 17 06:44:51 sm2u-10 postgres[72628]: [36-1] db=tapesystem,user=Administrator,app=PostgreSQL JDBC Driver,client=127.0.0.1 LOG: duration: 192194.098 ms statement: COPY ds3.job_entry (blob_id, chunk_id, id, job_id, order_index) FROM STDIN WITH DELIMITER AS '|'
Nov 17 06:48:01 sm2u-10 postgres[72628]: [37-1] db=tapesystem,user=Administrator,app=PostgreSQL JDBC Driver,client=127.0.0.1 LOG: duration: 190761.032 ms statement: COPY ds3.job_entry (blob_id, chunk_id, id, job_id, order_index) FROM STDIN WITH DELIMITER AS '|'
Nov 17 06:51:12 sm2u-10 postgres[72628]: [38-1] db=tapesystem,user=Administrator,app=PostgreSQL JDBC Driver,client=127.0.0.1 LOG: duration: 190892.036 ms statement: COPY ds3.job_entry (blob_id, chunk_id, id, job_id, order_index) FROM STDIN WITH DELIMITER AS '|'
Nov 17 06:52:54 sm2u-10 postgres[71885]: [61-1] db=,user=,app=,client= LOG: checkpoint complete: wrote 7530 buffers (0.3%); 1 WAL file(s) added, 2 removed, 0 recycled; write=795.559 s, sync=0.018 s, total=795.647 s; sync files=59, longest=0.018 s, average=0.001 s; distance=33884 kB, estimate=179063 kB
Nov 17 06:53:07 sm2u-10 postgres[72628]: [39-1] db=tapesystem,user=Administrator,app=PostgreSQL JDBC Driver,client=127.0.0.1 LOG: duration: 114084.629 ms statement: COPY ds3.job_entry (blob_id, chunk_id, id, job_id, order_index) FROM STDIN WITH DELIMITER AS '|'
Nov 17 06:53:24 sm2u-10 postgres[22492]: [7-1] db=,user=,app=,client= LOG: automatic vacuum of table "tapesystem.ds3.s3_object": index scans: 1
Nov 17 06:53:27 sm2u-10 postgres[22492]: [8-1] db=,user=,app=,client= LOG: automatic vacuum of table "tapesystem.ds3.job_entry": index scans: 1
Nov 17 06:54:38 sm2u-10 postgres[71885]: [62-1] db=,user=,app=,client= LOG: checkpoint starting: time
Nov 17 06:55:29 sm2u-10 postgres[22844]: [7-1] db=,user=,app=,client= LOG: automatic vacuum of table "tapesystem.ds3.s3_object": index scans: 1
Nov 17 06:55:33 sm2u-10 postgres[22844]: [8-1] db=,user=,app=,client= LOG: automatic vacuum of table "tapesystem.ds3.blob": index scans: 1
Nov 17 06:55:37 sm2u-10 postgres[22844]: [9-1] db=,user=,app=,client= LOG: automatic vacuum of table "tapesystem.ds3.job_entry": index scans: 1
...

The dtrace is from 17 6:43:13. Wasn’t sure if I should attack files, so it’s pasted in it’s entirety.

CPU ID FUNCTION:NAME
0 58712 :tick-10s

postgres`CheckForSerializableConflictOutNeeded+0x10
postgres`HeapCheckForSerializableConflictOut+0x35
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`SeqNext+0x80
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heapgettup_pagemode+0x150
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`LWLockAcquire+0x1
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`LWLockAcquire+0x1
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`heapgetpage+0x292
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`SeqNext+0x83
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ExecScanFetch+0x14
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`standard_ExecutorStart+0x614
postgres`_SPI_execute_plan+0x50f
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
postgres`process_startup_packet_die
postgres`0x73055b
1

postgres`HeapTupleHeaderGetCmin+0x4
postgres`HeapTupleSatisfiesVisibility+0x8e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`tts_buffer_heap_getsomeattrs+0x165
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`SeqNext+0x85
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heap_getnextslot+0x65
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`ResourceOwnerRememberBuffer+0x75
postgres`PinBuffer+0x13e
postgres`ReadBuffer_common+0x142
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
1

postgres`heap_getnextslot+0x66
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`ExecStoreBufferHeapTuple+0x9
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`MemoryContextReset+0x9
postgres`ExecScan+0xb9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`tts_buffer_heap_getsomeattrs+0x16a
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`IncrBufferRefCount+0x1a
postgres`ExecStoreBufferHeapTuple+0x8a
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`ExecScan+0xeb
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
1

postgres`PinBuffer+0x5b
postgres`ReadBuffer_common+0x142
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
1

postgres`tts_buffer_heap_getsomeattrs+0x16c
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`tts_buffer_heap_getsomeattrs+0x6f
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecInterpExpr+0x1dd3
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ReadBufferExtended+0xb3
postgres`heap_fetch+0x2c
postgres`heapam_fetch_row_version+0x3e
postgres`afterTriggerInvokeEvents+0x39b
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
postgres`process_startup_packet_die
postgres`0x73055b
postgres`PostmasterMain+0xf36
postgres`0x697837
postgres`_start+0x100
`0x80095f008
1

postgres`heapgettup_pagemode+0x664
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`heapgettup_pagemode+0x666
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`tts_buffer_heap_getsomeattrs+0x177
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`tts_buffer_heap_getsomeattrs+0x278
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecScanFetch+0x29
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ExecStoreBufferHeapTuple+0x19
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`LWLockRelease+0x39
postgres`heapgetpage+0x271
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`tts_buffer_heap_getsomeattrs+0x37d
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`heapgetpage+0x1ae
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`ExecScanFetch+0x30
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`tts_buffer_heap_getsomeattrs+0x284
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecInterpExpr+0x1e4
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`hash_search_with_hash_value+0xd5
postgres`BufTableLookup+0x1a
postgres`ReadBuffer_common+0x116
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
1

postgres`ExecStoreBufferHeapTuple+0x26
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`HeapCheckForSerializableConflictOut+0x6
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecInterpExpr+0x1de9
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ReadBufferExtended+0xcb
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecInterpExpr+0x1ec
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`RecoveryInProgress
postgres`heapgetpage+0x84
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`heapam_slot_callbacks+0x1
postgres`EvalPlanQualSlot+0x46
postgres`ExecLockRows+0xdd
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`TransactionIdIsCurrentTransactionId+0x82
postgres`HeapTupleSatisfiesVisibility+0x7e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`tts_buffer_heap_getsomeattrs+0x93
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`HeapCheckForSerializableConflictOut+0x16
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ResourceOwnerForgetBuffer+0x6
postgres`UnpinBuffer+0xd9
postgres`ExecStoreBufferHeapTuple+0x79
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`CheckForSerializableConflictOutNeeded+0x4a
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`HeapCheckForSerializableConflictOut+0x1c
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`tts_buffer_heap_getsomeattrs+0x9d
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`HeapCheckForSerializableConflictOut+0x1f
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`heapgettup_pagemode+0x18f
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

libc.so.7`memcmp
postgres`BufTableLookup+0x1a
postgres`ReadBuffer_common+0x116
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
1

postgres`ReadBuffer_common+0xd2
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`BufTableLookup+0x23
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`tts_buffer_heap_getsomeattrs+0x2a4
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`LWLockAcquire+0x44
postgres`ReadBuffer_common+0x10a
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
1

postgres`ExecInterpExpr+0x805
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heapgetpage+0xd6
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`HeapCheckForSerializableConflictOut+0x26
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecStoreBufferHeapTuple+0x47
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`MemoryContextReset+0x4a
postgres`ExecScan+0xb9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`MemoryContextReset+0x4b
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
1

postgres`tts_buffer_heap_getsomeattrs+0xac
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`tts_buffer_heap_getsomeattrs+0x2ac
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecStoreBufferHeapTuple+0x4d
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`heapgetpage+0x1df
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`int4hashfast+0x20
postgres`CatalogCacheComputeHashValue+0x6e
postgres`SearchCatCacheInternal+0x73
postgres`TupleDescInitEntry+0xcb
postgres`ExecTypeFromTLInternal+0xa9
postgres`ExecInitJunkFilter+0x12
postgres`standard_ExecutorStart+0x644
postgres`_SPI_execute_plan+0x50f
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`ExecStoreBufferHeapTuple+0x51
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`GetPrivateRefCountEntry+0x12
postgres`IncrBufferRefCount+0x24
postgres`ExecStoreBufferHeapTuple+0x8a
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecEvalParamExtern+0x4
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`PinBuffer+0xa5
postgres`ReadBuffer_common+0x142
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
1

postgres`ExecStoreBufferHeapTuple+0x58
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecEvalParamExtern+0x9
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`ExecInterpExpr+0x819
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ExecInterpExpr+0x1b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`HeapTupleSatisfiesVisibility+0xbed
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecInterpExpr+0x1f
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heapgetpage+0x1f1
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`spi_printtup+0x32
postgres`standard_ExecutorRun+0x136
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
postgres`process_startup_packet_die
1

postgres`HeapTupleSatisfiesVisibility+0xbf2
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`tts_buffer_heap_getsomeattrs+0xc3
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ResourceArrayEnlarge+0x233
postgres`ReadBuffer_common+0x53
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
1

postgres`HeapTupleSatisfiesVisibility+0xbf4
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

libc.so.7`memset+0x37
postgres`heap_form_tuple+0xa1
postgres`spi_printtup+0x66
postgres`standard_ExecutorRun+0x136
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heapgettup_pagemode+0x2b8
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecInterpExpr+0x28
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heapgetpage+0x1f9
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`ExecInterpExpr+0x12c
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ExecEvalParamExtern+0x20
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`heapgetpage+0x1
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`HeapTupleSatisfiesVisibility+0x4
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecInterpExpr+0x35
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ExecInterpExpr+0x835
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heapgetpage+0x207
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`HeapTupleSatisfiesVisibility+0x8
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecInterpExpr+0x39
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ExecInterpExpr+0x839
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`HeapTupleSatisfiesVisibility+0xd
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecEvalParamExtern+0x30
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`SeqNext
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
1

postgres`table_slot_create+0x1
postgres`ExecLockRows+0xdd
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
1

postgres`heapgettup_pagemode+0x2d2
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecInterpExpr+0x143
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heapgettup_pagemode+0x4d4
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`HeapCheckForSerializableConflictOut+0x165
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecEvalParamExtern+0x36
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`SeqNext+0x6
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heapgetpage+0x21a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`ReadBuffer_common+0x1b
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`tts_buffer_heap_getsomeattrs+0xec
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecInterpExpr+0x4c
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`hash_search_with_hash_value+0x643
postgres`ReadBuffer_common+0x116
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
1

postgres`heapgetpage+0x224
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`ResourceArrayRemove+0x7
postgres`ResourceOwnerForgetBuffer+0x19
postgres`UnpinBuffer+0xd9
postgres`ExecStoreBufferHeapTuple+0x79
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`HeapTupleSatisfiesVisibility+0x2b
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecStoreBufferHeapTuple+0x9d
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`HeapTupleSatisfiesVisibility+0x2e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecInterpExpr+0x5f
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ExecEvalParamExtern+0x52
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`SeqNext+0x23
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`uuid_eq+0x4
postgres`ExecInterpExpr+0x58c
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`heap_getnextslot+0x4
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`GetCachedPlan+0x1a5
postgres`_SPI_execute_plan+0x1df
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
postgres`process_startup_packet_die
postgres`0x73055b
1

postgres`ExecInterpExpr+0x66
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heap_getnextslot+0x7
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`tts_buffer_heap_getsomeattrs+0x8
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`tts_buffer_heap_getsomeattrs+0x108
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`tts_buffer_heap_getsomeattrs+0xa
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`hash_search_with_hash_value+0x5b
postgres`BufTableLookup+0x1a
postgres`ReadBuffer_common+0x116
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
1

postgres`ExecEvalParamExtern+0x5d
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`ExecInterpExpr+0x6d
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ExecInterpExpr+0x570
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`TransactionIdIsCurrentTransactionId+0x1
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`heap_getnextslot+0x11
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`slot_getsomeattrs_int+0x4
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`heapgettup_pagemode+0x4
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ReleaseBuffer+0x24
postgres`ExecStoreBufferHeapTuple+0x79
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`heapgetpage+0x246
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`ExecEvalParamExtern+0x67
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`uuid_eq+0x18
postgres`ExecInterpExpr+0x58c
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`slot_getsomeattrs_int+0x8
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`TransactionIdIsCurrentTransactionId+0x8
postgres`HeapTupleSatisfiesVisibility+0x7e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`heapgetpage+0x249
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`slot_getsomeattrs_int+0xb
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`ExecInterpExpr+0x57b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`TransactionIdIsCurrentTransactionId+0xc
postgres`HeapTupleSatisfiesVisibility+0x7e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`heapgetpage+0x24c
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`heapgettup_pagemode+0xc
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`TransactionIdIsCurrentTransactionId+0xd
postgres`HeapTupleSatisfiesVisibility+0x7e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`ExecInterpExpr+0x7f
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`uuid_eq+0x24
postgres`ExecInterpExpr+0x58c
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`ExecInterpExpr+0x584
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`tts_buffer_heap_getsomeattrs+0x2a
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecEvalParamExtern+0x7a
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`heapgetpage+0x25c
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`ExecInterpExpr+0x58c
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`TransactionIdIsCurrentTransactionId+0x1e
postgres`HeapTupleSatisfiesVisibility+0x7e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`TransactionIdIsCurrentTransactionId+0x22
postgres`HeapTupleSatisfiesVisibility+0x7e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`ExecScan+0xb4
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
1

postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`SeqNext+0x57
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ExecScan+0xb9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
1

postgres`tts_buffer_heap_getsomeattrs+0x3a
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecEvalParamExtern+0x8c
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`HeapTupleSatisfiesVisibility+0x6c
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecInterpExpr+0x9c
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`SeqNext+0x61
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

libc.so.7`bsearch+0x1
postgres`ExecInterpExprStillValid+0x18
postgres`ExecReScanIndexScan+0xa5
postgres`ExecReScan+0x1ff
postgres`ExecIndexScan+0x23
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`heap_getnextslot+0x41
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`slot_getsomeattrs_int+0x33
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`slot_getsomeattrs_int+0x35
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`slot_getsomeattrs_int+0x38
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`SeqNext+0x68
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`ExecScanFetch+0xf9
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heapgettup_pagemode+0x339
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecInterpExpr+0x5a9
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`heapgettup_pagemode+0x33d
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`heap_getnextslot+0x4d
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
1

postgres`ExecScanFetch+0xfe
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`HeapTupleSatisfiesVisibility+0x7e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`ExecScanFetch
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
1

postgres`CheckForSerializableConflictOutNeeded
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`heapgetpage+0x180
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
1

postgres`ExecScanFetch+0x1
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
1

postgres`CheckForSerializableConflictOutNeeded+0x1
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
1

postgres`tts_buffer_heap_getsomeattrs+0x254
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`CheckForSerializableConflictOutNeeded+0x5
postgres`HeapCheckForSerializableConflictOut+0x35
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`ExecScanFetch+0x6
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`CheckForSerializableConflictOutNeeded+0x6
postgres`HeapCheckForSerializableConflictOut+0x35
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
1

postgres`ExecScanFetch+0x107
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
1

postgres`ExecScan+0xd7
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
1

postgres`ExecScanFetch+0x8
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`tts_buffer_heap_getsomeattrs+0x258
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`heapgettup_pagemode+0x49
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`tts_buffer_heap_getsomeattrs+0x5a
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`ExecInterpExpr+0x1dbb
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
1

postgres`tts_buffer_heap_getsomeattrs+0x25b
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`tts_buffer_heap_getsomeattrs+0x15d
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`heapgettup_pagemode+0x64d
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`tts_buffer_heap_getsomeattrs+0x5f
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
1

postgres`HeapTupleHeaderGetCmin
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`ExecStoreBufferHeapTuple+0x6
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`HeapTupleSatisfiesVisibility+0x98
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`HeapTupleHeaderGetCmin+0xb
postgres`HeapTupleSatisfiesVisibility+0x8e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
2

postgres`heapgetpage+0x1a5
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
2

postgres`tts_buffer_heap_getsomeattrs+0x77
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`heapgetpage+0x1ab
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
2

postgres`ExecScan+0xfc
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
2

postgres`HeapTupleSatisfiesVisibility+0xac
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`ExecInterpExpr+0x1de0
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`HeapCheckForSerializableConflictOut+0x4
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`ExecInterpExpr+0x1de7
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`HeapCheckForSerializableConflictOut+0x8
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`heapgetpage+0x1bb
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
2

postgres`tts_buffer_heap_getsomeattrs+0x18d
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`HeapCheckForSerializableConflictOut+0xd
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`CheckForSerializableConflictOutNeeded+0x42
postgres`HeapCheckForSerializableConflictOut+0x35
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
2

postgres`heapgetpage+0x1c6
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
2

postgres`tts_buffer_heap_getsomeattrs+0x2a0
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`ExecInterpExpr+0xb06
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`tts_buffer_heap_getsomeattrs+0x2a8
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`heapgetpage+0x1d8
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
2

postgres`ExecInterpExpr+0x8
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`ExecInterpExpr+0xa
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`ExecInterpExpr+0x80a
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`tts_buffer_heap_getsomeattrs+0xb0
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`ExecEvalParamExtern
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`ExecEvalParamExtern+0x6
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
2

postgres`heapgetpage+0x1ea
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
2

postgres`ExecInterpExpr+0x822
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`tts_buffer_heap_getsomeattrs+0xc7
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`tts_buffer_heap_getsomeattrs+0xce
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`tts_buffer_heap_getsomeattrs+0xd6
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`HeapTupleSatisfiesVisibility+0x6
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`heapgetpage+0x20a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
2

postgres`HeapTupleSatisfiesVisibility+0xc
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`HeapCheckForSerializableConflictOut+0x162
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`tts_buffer_heap_getsomeattrs+0xe5
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`heapgetpage+0x215
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
2

postgres`HeapCheckForSerializableConflictOut+0x16c
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
2

postgres`heapgettup_pagemode+0x2e4
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`tts_buffer_heap_getsomeattrs+0xf8
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`tts_buffer_heap_getsomeattrs+0x100
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`heapgettup_pagemode+0x2f2
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`tts_buffer_heap_getsomeattrs+0x103
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`tts_buffer_heap_getsomeattrs+0x4
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`ExecInterpExpr+0x566
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`HeapTupleSatisfiesVisibility+0x38
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`tts_buffer_heap_getsomeattrs+0x10d
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`heapgettup_pagemode
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
2

postgres`heapgettup_pagemode+0x1
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
2

postgres`tts_buffer_heap_getsomeattrs+0x114
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`ExecInterpExpr+0x577
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`tts_buffer_heap_getsomeattrs+0x118
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`ExecInterpExpr+0x78
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`slot_getsomeattrs_int+0xa
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
2

postgres`TransactionIdIsCurrentTransactionId+0xa
postgres`HeapTupleSatisfiesVisibility+0x7e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
2

postgres`heapgetpage+0x250
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
2

postgres`ExecEvalParamExtern+0x71
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
2

postgres`tts_buffer_heap_getsomeattrs+0x124
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`HeapTupleSatisfiesVisibility+0x55
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`heap_getnextslot+0x26
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
2

postgres`heapgettup_pagemode+0x17
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`slot_getsomeattrs_int+0x1a
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
2

postgres`slot_getsomeattrs_int+0x1d
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
2

postgres`LWLockRelease+0xed
postgres`heapgetpage+0x271
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
2

postgres`heapgettup_pagemode+0x24
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`ExecInterpExpr+0x594
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`hash_search_with_hash_value+0x85
postgres`BufTableLookup+0x1a
postgres`ReadBuffer_common+0x116
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
2

postgres`ExecInterpExpr+0x597
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`heapgettup_pagemode+0x335
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`ExecScanFetch+0xf6
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`SeqNext+0x6e
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`ExecScanFetch+0x4
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`ExecScanFetch+0x104
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`heapgettup_pagemode+0x45
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
2

postgres`SeqNext+0x79
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`ExecScanFetch+0xa
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`ExecScanFetch+0xe
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
2

postgres`ExecScan+0xe4
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
3

postgres`HeapTupleHeaderGetCmin+0x7
postgres`HeapTupleSatisfiesVisibility+0x8e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
3

postgres`heapgettup_pagemode+0x65c
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
3

postgres`tts_buffer_heap_getsomeattrs+0x280
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
3

postgres`CheckForSerializableConflictOutNeeded+0x49
postgres`HeapCheckForSerializableConflictOut+0x35
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
3

postgres`TransactionIdIsCurrentTransactionId+0x8d
postgres`HeapTupleSatisfiesVisibility+0x7e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
3

postgres`ExecInterpExpr+0x800
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
3

postgres`MemoryContextReset+0x45
postgres`ExecScan+0xb9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
3

postgres`heapgetpage+0x6
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
3

postgres`tts_buffer_heap_getsomeattrs+0xdf
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
3

postgres`tts_buffer_heap_getsomeattrs+0xe9
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
3

postgres`HeapCheckForSerializableConflictOut+0x169
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
3

postgres`heapgetpage+0x228
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
3

postgres`ExecStoreBufferHeapTuple+0x99
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
3

postgres`ExecEvalParamExtern+0x4b
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
3

postgres`uuid_eq
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
3

postgres`tts_buffer_heap_getsomeattrs+0xc
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
3

postgres`uuid_eq+0x10
postgres`ExecInterpExpr+0x58c
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
3

postgres`slot_getsomeattrs_int
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
3

postgres`heapgetpage+0x242
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
3

postgres`slot_getsomeattrs_int+0x6
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
3

postgres`heapgettup_pagemode+0x6
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
3

postgres`tts_buffer_heap_getsomeattrs+0x19
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
3

postgres`uuid_eq+0x1c
postgres`ExecInterpExpr+0x58c
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
3

postgres`heapgettup_pagemode+0x14
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
3

postgres`ExecEvalParamExtern+0x78
postgres`ExecInterpExpr+0xb0b
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
3

postgres`heapgetpage+0x258
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
3

postgres`ExecInterpExpr+0x91
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
3

postgres`PinBuffer+0x26
postgres`ReadBuffer_common+0x142
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
3

postgres`heapgettup_pagemode+0x328
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
3

postgres`ExecEvalParamExtern+0x91
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
3

postgres`ExecScanFetch+0xfd
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
3

postgres`SeqNext+0x73
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
3

postgres`heapgettup_pagemode+0x14c
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
3

postgres`SeqNext+0x81
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
4

postgres`heapgettup_pagemode+0x5d
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
4

postgres`tts_buffer_heap_getsomeattrs+0x74
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
4

postgres`tts_buffer_heap_getsomeattrs+0x379
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
4

postgres`heapgetpage+0x1b1
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
4

postgres`tts_buffer_heap_getsomeattrs+0x386
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
4

postgres`HeapCheckForSerializableConflictOut+0xa
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
4

postgres`TransactionIdIsCurrentTransactionId+0x86
postgres`HeapTupleSatisfiesVisibility+0x7e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
4

postgres`tts_buffer_heap_getsomeattrs+0x9f
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
4

postgres`ExecInterpExpr+0x1
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
4

postgres`HeapTupleSatisfiesVisibility+0xbd9
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
4

postgres`ExecInterpExpr+0x14
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
4

postgres`heapgetpage+0x1ed
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
4

postgres`ExecInterpExpr+0x830
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
4

postgres`SeqNext+0x1
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
4

postgres`SeqNext+0x4
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
4

postgres`tts_buffer_heap_getsomeattrs+0xee
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
4

postgres`tts_buffer_heap_getsomeattrs+0xf1
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
4

postgres`tts_buffer_heap_getsomeattrs
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
4

postgres`tts_buffer_heap_getsomeattrs+0x1
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
4

postgres`heap_getnextslot+0x1
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
4

postgres`heap_getnextslot+0x6
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
4

postgres`tts_buffer_heap_getsomeattrs+0xd
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
4

postgres`uuid_eq+0x14
postgres`ExecInterpExpr+0x58c
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
4

postgres`uuid_eq+0x27
postgres`ExecInterpExpr+0x58c
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
4

postgres`heap_getnextslot+0x39
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
4

postgres`heapgettup_pagemode+0x646
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
4

postgres`heap_getnextslot+0x57
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
4

postgres`HeapTupleSatisfiesVisibility+0x8e
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
4

postgres`ExecStoreBufferHeapTuple+0x1
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
5

postgres`ExecInterpExpr+0x1dcc
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
5

postgres`tts_buffer_heap_getsomeattrs+0x36f
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
5

postgres`ExecStoreBufferHeapTuple+0x22
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
5

postgres`ExecInterpExpr+0x808
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
5

postgres`HeapTupleSatisfiesVisibility+0xbea
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
5

postgres`HeapCheckForSerializableConflictOut+0x15e
postgres`heapgetpage+0x255
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
5

postgres`tts_buffer_heap_getsomeattrs+0xf4
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
5

postgres`slot_getsomeattrs_int+0x1
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
5

postgres`HeapTupleSatisfiesVisibility+0x44
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
5

postgres`slot_getsomeattrs_int+0x2b
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
5

postgres`heapgettup_pagemode+0x32c
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
5

postgres`ExecScan+0xc4
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
5

postgres`heapgettup_pagemode+0x38
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
5

postgres`heapgettup_pagemode+0x346
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
5

postgres`tts_buffer_heap_getsomeattrs+0x159
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
5

postgres`ExecStoreBufferHeapTuple+0xf
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
6

postgres`ExecInterpExpr+0x1d0
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
6

postgres`HeapCheckForSerializableConflictOut+0x1
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
6

postgres`ExecStoreBufferHeapTuple+0x5f
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
6

postgres`SeqNext+0x9
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
6

postgres`heap_getnextslot
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
6

postgres`tts_buffer_heap_getsomeattrs+0x106
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
6

postgres`heapgetpage+0x23b
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
6

postgres`heapgettup_pagemode+0x332
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
6

postgres`HeapTupleSatisfiesVisibility+0x75
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
6

postgres`hash_search_with_hash_value+0xa5
postgres`BufTableLookup+0x1a
postgres`ReadBuffer_common+0x116
postgres`ReadBufferExtended+0x9c
postgres`heapgetpage+0x5a
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
6

postgres`heap_page_prune_opt+0xc8
postgres`heapgetpage+0x84
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
6

postgres`tts_buffer_heap_getsomeattrs+0x365
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
7

postgres`ExecStoreBufferHeapTuple+0x64
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
7

postgres`ExecInterpExpr+0x575
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
7

postgres`tts_buffer_heap_getsomeattrs+0x3d
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
7

postgres`tts_buffer_heap_getsomeattrs+0xd2
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
8

postgres`SeqNext+0x5e
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
8

postgres`HeapTupleSatisfiesVisibility+0x79
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
8

postgres`tts_buffer_heap_getsomeattrs+0x369
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
9

postgres`ExecScan+0x107
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
postgres`PostgresMain+0x49c
9

postgres`uuid_eq+0x1
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
9

postgres`SeqNext+0x5a
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
postgres`exec_simple_query+0x623
9

postgres`heap_getnextslot+0x3e
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
postgres`PortalRun+0x1a0
10

postgres`HeapTupleHeaderGetCmin+0x1
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
11

postgres`heapgetpage+0x1b7
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
13

postgres`ExecStoreBufferHeapTuple+0x5c
postgres`heap_getnextslot+0x49
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
16

postgres`tts_buffer_heap_getsomeattrs+0xfd
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
17

postgres`tts_buffer_heap_getsomeattrs+0x36c
postgres`slot_getsomeattrs_int+0x27
postgres`ExecInterpExpr+0x140
postgres`ExecScan+0x100
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
postgres`PortalRunUtility+0x66
postgres`PortalRunMulti+0x13c
34

postgres`HeapTupleSatisfiesVisibility+0x42
postgres`heapgetpage+0x237
postgres`heapgettup_pagemode+0x5ad
postgres`heap_getnextslot+0x52
postgres`SeqNext+0x71
postgres`ExecScan+0xc9
postgres`ExecLockRows+0x7b
postgres`standard_ExecutorRun+0x10a
postgres`_SPI_execute_plan+0x524
postgres`SPI_execute_snapshot+0x116
postgres`ri_PerformCheck+0x29e
postgres`RI_FKey_check+0x5d3
postgres`RI_FKey_check_ins+0x21
postgres`ExecCallTriggerFunc+0x105
postgres`afterTriggerInvokeEvents+0x605
postgres`AfterTriggerEndQuery+0x7a
postgres`CopyFrom+0xaca
postgres`DoCopy+0x553
postgres`standard_ProcessUtility+0x5f9
postgres`ProcessUtility+0x28
55

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Robert Creager 2021-11-17 17:55:38 Re: Need help identifying a periodic performance issue.
Previous Message arjun shetty 2021-11-17 06:43:12 Re: Lock contention high