citus/src
Hanefi Onaldi f34467dcb3
Remove missing declaration warning (#6330)
When I built Citus on PG15beta4 locally, I get a warning message.

```
utils/background_jobs.c:902:5: warning: declaration does not declare anything
      [-Wmissing-declarations]
                                __attribute__((fallthrough));
                                ^
1 warning generated.
```

This is a hint to the compiler that we are deliberately falling through
in a switch-case block.
2022-09-13 13:48:51 +03:00
..
backend Remove missing declaration warning (#6330) 2022-09-13 13:48:51 +03:00
bin/pg_send_cancellation Make enterprise features open source (#6008) 2022-06-16 00:23:46 -07:00
include Show citus_copy_shard_placement progress in get_rebalance_progress (#6322) 2022-09-13 08:59:52 +00:00
test Show citus_copy_shard_placement progress in get_rebalance_progress (#6322) 2022-09-13 08:59:52 +00:00