mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 10:17:31 +08:00
The code was assigning a (Datum) 0 to a void pointer. That creates a warning from clang 3.4. It was probably a thinko to begin with.
The code was assigning a (Datum) 0 to a void pointer. That creates a warning from clang 3.4. It was probably a thinko to begin with.