Skip to content
Snippets Groups Projects
Commit 81e7e719 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix compiler warning:

	int32           domainTypMod = NULL;

should be:

	int32           domainTypMod = 0;
parent 6797ddcc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment