Don't pass oidvector by value.

Noah Misch <noah@leadboat.com>

Commit: 813895e4acfa646c6c0405a0a8c5d05637f42865
Author: Noah Misch <noah@leadboat.com>
Date: 2013-06-12T23:50:37Z
Releases: 9.3.0
Don't pass oidvector by value.

Since the structure ends with a flexible array, doing so truncates any
vector having more than one element.  New in 9.3, so no back-patch.

Files