* Helper function to create the Root node of a Bson Path Tree. */
| 258 | * Helper function to create the Root node of a Bson Path Tree. |
| 259 | */ |
| 260 | inline static BsonIntermediatePathNode * |
| 261 | MakeRootNode() |
| 262 | { |
| 263 | return palloc0(sizeof(BsonIntermediatePathNode)); |
| 264 | } |
| 265 | |
| 266 | |
| 267 | /* |
no outgoing calls
no test coverage detected