mirror of
https://github.com/postgres/postgres.git
synced 2025-12-07 12:02:30 +03:00
Per recent investigation, the register stack can grow faster than the regular stack depending on compiler and choice of options. To avoid crashes we must check both stacks in check_stack_depth(). Back-patch to all supported versions.