postgresql/src/backend
Peter Eisentraut d22d98c341 Assert that partition inherits from only one parent in MergeAttributes()
A partition inherits only from one partitioned table and thus inherits
a column definition only once.  Assert the same in MergeAttributes()
and simplify a condition accordingly.

Similar definition exists about line 3068 in the same function.

Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAExHW5uOykuTC+C6R1yDSp=o8Q83jr8xJdZxgPkxfZ1Ue5RRGg@mail.gmail.com
2024-01-16 08:57:35 +01:00
..
access Make attstattarget nullable 2024-01-13 18:14:53 +01:00
archive Update copyright for 2024 2024-01-03 20:49:05 -05:00
backup Add new function pg_get_wal_summarizer_state(). 2024-01-11 12:41:18 -05:00
bootstrap Make attstattarget nullable 2024-01-13 18:14:53 +01:00
catalog Make attstattarget nullable 2024-01-13 18:14:53 +01:00
commands Assert that partition inherits from only one parent in MergeAttributes() 2024-01-16 08:57:35 +01:00
executor Fix indentation in ExecParallelHashIncreaseNumBatches() 2024-01-08 20:00:20 +02:00
foreign Update copyright for 2024 2024-01-03 20:49:05 -05:00
jit Refactor code checking for file existence 2024-01-12 12:04:51 +09:00
lib Update copyright for 2024 2024-01-03 20:49:05 -05:00
libpq Update copyright for 2024 2024-01-03 20:49:05 -05:00
main Update copyright for 2024 2024-01-03 20:49:05 -05:00
nodes Handle WindowClause.runCondition in tree walker/mutator functions. 2024-01-10 13:36:33 -05:00
optimizer Fix 'negative bitmapset member' error 2024-01-15 17:45:16 +02:00
parser Make attstattarget nullable 2024-01-13 18:14:53 +01:00
partitioning Update copyright for 2024 2024-01-03 20:49:05 -05:00
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
port Update copyright for 2024 2024-01-03 20:49:05 -05:00
postmaster Reindent after commit d9ef650fca. 2024-01-11 13:24:35 -05:00
regex Update copyright for 2024 2024-01-03 20:49:05 -05:00
replication Avoid useless ReplicationOriginExitCleanup locking 2024-01-15 13:02:03 +01:00
rewrite Update copyright for 2024 2024-01-03 20:49:05 -05:00
snowball Add copyright notices to a few perl scripts that don't have them 2024-01-05 13:15:50 +00:00
statistics Update copyright for 2024 2024-01-03 20:49:05 -05:00
storage Refactor code checking for file existence 2024-01-12 12:04:51 +09:00
tcop Update copyright for 2024 2024-01-03 20:49:05 -05:00
tsearch Update copyright for 2024 2024-01-03 20:49:05 -05:00
utils Re-pgindent catcache.c after previous commit. 2024-01-13 13:54:11 -05:00
.gitignore
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile Cross-check lists of predefined LWLocks. 2024-01-09 11:05:19 -06:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls.mk Remove distprep 2023-11-06 15:18:04 +01:00