mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 01:40:33 -05:00
Remove unused variable.
This was intended to be included in the previous commit, but I goofed.
This commit is contained in:
parent
289992c462
commit
52df3420cd
1 changed files with 0 additions and 2 deletions
|
|
@ -622,8 +622,6 @@ partition_bounds_equal(PartitionKey key,
|
|||
|
||||
for (j = 0; j < key->partnatts; j++)
|
||||
{
|
||||
int32 cmpval;
|
||||
|
||||
/* For range partitions, the bounds might not be finite. */
|
||||
if (b1->content != NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue