* EstimateRelationMapSpace * * Estimate space needed to pass active shared and local relmaps to parallel * workers. */
| 650 | * workers. |
| 651 | */ |
| 652 | Size |
| 653 | EstimateRelationMapSpace(void) |
| 654 | { |
| 655 | return sizeof(SerializedActiveRelMaps); |
| 656 | } |
| 657 | |
| 658 | /* |
| 659 | * SerializeRelationMap |
no outgoing calls
no test coverage detected