[COMMITTERS] pgsql: Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GN

2017-08-09 Thread Tom Lane
Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make. FreeBSD's make, for one, sets the MAKELEVEL environment variable when invoking commands. In the special Makefile we provide to hand off control from a non-GNU make to GNU make, this causes GNU make to think it is a child make

[COMMITTERS] pgsql: Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GN

2017-08-09 Thread Tom Lane
Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make. FreeBSD's make, for one, sets the MAKELEVEL environment variable when invoking commands. In the special Makefile we provide to hand off control from a non-GNU make to GNU make, this causes GNU make to think it is a child make

[COMMITTERS] pgsql: Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GN

2017-08-09 Thread Tom Lane
Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make. FreeBSD's make, for one, sets the MAKELEVEL environment variable when invoking commands. In the special Makefile we provide to hand off control from a non-GNU make to GNU make, this causes GNU make to think it is a child make

[COMMITTERS] pgsql: Fix handling of container types in find_composite_type_dependenc

2017-08-09 Thread Tom Lane
Fix handling of container types in find_composite_type_dependencies. find_composite_type_dependencies correctly found columns that are of the specified type, and columns that are of arrays of that type, but not columns that are domains or ranges over the given type, its array type, etc. The most

[COMMITTERS] pgsql: Fix handling of container types in find_composite_type_dependenc

2017-08-09 Thread Tom Lane
Fix handling of container types in find_composite_type_dependencies. find_composite_type_dependencies correctly found columns that are of the specified type, and columns that are of arrays of that type, but not columns that are domains or ranges over the given type, its array type, etc. The most

[COMMITTERS] pgsql: Fix handling of container types in find_composite_type_dependenc

2017-08-09 Thread Tom Lane
Fix handling of container types in find_composite_type_dependencies. find_composite_type_dependencies correctly found columns that are of the specified type, and columns that are of arrays of that type, but not columns that are domains or ranges over the given type, its array type, etc. The most

[COMMITTERS] pgsql: Fix handling of container types in find_composite_type_dependenc

2017-08-09 Thread Tom Lane
Fix handling of container types in find_composite_type_dependencies. find_composite_type_dependencies correctly found columns that are of the specified type, and columns that are of arrays of that type, but not columns that are domains or ranges over the given type, its array type, etc. The most

[COMMITTERS] pgsql: Fix handling of container types in find_composite_type_dependenc

2017-08-09 Thread Tom Lane
Fix handling of container types in find_composite_type_dependencies. find_composite_type_dependencies correctly found columns that are of the specified type, and columns that are of arrays of that type, but not columns that are domains or ranges over the given type, its array type, etc. The most

[COMMITTERS] pgsql: Fix handling of container types in find_composite_type_dependenc

2017-08-09 Thread Tom Lane
Fix handling of container types in find_composite_type_dependencies. find_composite_type_dependencies correctly found columns that are of the specified type, and columns that are of arrays of that type, but not columns that are domains or ranges over the given type, its array type, etc. The most