yjhjstz opened a new pull request, #1657:
URL: https://github.com/apache/cloudberry/pull/1657

   This reverts commit f97979911465650b6626eeffa49af9429a11d2c6.
   ```
   Thread 1 (Thread 0xffff81ecf000 (LWP 143287)):
   #0  0x0000ffff81f37238 in raise () from /lib64/libc.so.6
   #1  0x0000ffff81f388b0 in abort () from /lib64/libc.so.6
   #2  0x0000aaaaba8c3d74 in ExceptionalCondition (conditionName=0xaaaabb752550 
"portal->portalSnapshot == GetActiveSnapshot()", errorType=0xaaaabb7521b8 
"FailedAssertion", fileName=0xaaaabb752280 "pquery.c", lineNumber=1394) at 
assert.c:48
   #3  0x0000aaaaba6d7ad4 in PortalRunUtility (portal=0xaaaad65e5a30, 
pstmt=0xaaaad63acac8, isTopLevel=true, setHoldSnapshot=false, 
dest=0xaaaad63ad008, qc=0xfffffacbb970) at pquery.c:1394
   #4  0x0000aaaaba6d7df8 in PortalRunMulti (portal=0xaaaad65e5a30, 
isTopLevel=true, setHoldSnapshot=false, dest=0xaaaad63ad008, 
altdest=0xaaaad63ad008, qc=0xfffffacbb970) at pquery.c:1531
   #5  0x0000aaaaba6d7108 in PortalRun (portal=0xaaaad65e5a30, 
count=9223372036854775807, isTopLevel=true, run_once=true, dest=0xaaaad63ad008, 
altdest=0xaaaad63ad008, qc=0xfffffacbb970) at pquery.c:999
   #6  0x0000aaaaba6cc7ec in exec_mpp_query (query_string=0xaaaad63ac202 "COPY  
y TO STDOUT (FORMAT CSV, QUOTE '''', DELIMITER '|')", 
serializedPlantree=0xaaaad63ac23c "(\265/\375 \341E\003", 
serializedPlantreelen=113, serializedQueryDispatchDesc=0x0, 
serializedQueryDispatchDesclen=0) at postgres.c:1423
   #7  0x0000aaaaba6d44c8 in PostgresMain (argc=1, argv=0xfffffacbbd58, 
dbname=0xaaaad655be70 "regression", username=0xaaaad655be50 "gpadmin") at 
postgres.c:5889
   #8  0x0000aaaaba5d2d10 in BackendRun (port=0xaaaad63cf600) at 
postmaster.c:5098
   #9  0x0000aaaaba5d2570 in BackendStartup (port=0xaaaad63cf600) at 
postmaster.c:4802
   #10 0x0000aaaaba5ccd6c in ServerLoop () at postmaster.c:2052
   #11 0x0000aaaaba5cc45c in PostmasterMain (argc=7, argv=0xaaaad6368720) at 
postmaster.c:1677
   #12 0x0000aaaaba43f3e4 in main (argc=7, argv=0xaaaad6368720) at main.c:269
   ```
   
   ### What does this PR do?
   <!-- Brief overview of the changes, including any major features or fixes -->
   
   ### Type of Change
   - [ ] Bug fix (non-breaking change)
   - [ ] New feature (non-breaking change)
   - [ ] Breaking change (fix or feature with breaking changes)
   - [ ] Documentation update
   
   ### Breaking Changes
   <!-- Remove if not applicable. If yes, explain impact and migration path -->
   
   ### Test Plan
   <!-- How did you test these changes? -->
   - [ ] Unit tests added/updated
   - [ ] Integration tests added/updated
   - [ ] Passed `make installcheck`
   - [ ] Passed `make -C src/test installcheck-cbdb-parallel`
   
   ### Impact
   <!-- Remove sections that don't apply -->
   **Performance:**
   <!-- Any performance implications? -->
   
   **User-facing changes:**
   <!-- Any changes visible to users? -->
   
   **Dependencies:**
   <!-- New dependencies or version changes? -->
   
   ### Checklist
   - [ ] Followed [contribution 
guide](https://cloudberry.apache.org/contribute/code)
   - [ ] Added/updated documentation
   - [ ] Reviewed code for security implications
   - [ ] Requested review from [cloudberry 
committers](https://github.com/orgs/apache/teams/cloudberry-committers)
   
   ### Additional Context
   <!-- Any other information that would help reviewers? Remove if none -->
   
   ### CI Skip Instructions
   <!--
   To skip CI builds, add the appropriate CI skip identifier to your PR title.
   The identifier must:
   - Be in square brackets []
   - Include the word "ci" and either "skip" or "no"
   - Only use for documentation-only changes or when absolutely necessary
   -->
   
   ---
   <!-- Join our community:
   - Mailing list: 
[[email protected]](https://lists.apache.org/[email protected])
 (subscribe: [email protected])
   - Discussions: https://github.com/apache/cloudberry/discussions -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to