Commit 06d36fa4 authored by Andres Freund's avatar Andres Freund

Fix typo in eb68379c.

I'd accidentally missed to rename PG_FORCE_NULL to BKI_FORCE_NULL in one
place.

Author: Jeevan Chalke
Discussion: CAM2+6=VPoow5PqgqiTjPX4QNeokb7op8aD_8Zg3QnHZMvvU0GQ@mail.gmail.com
parent 17d436d2
......@@ -179,7 +179,7 @@ sub Catalogs
if (defined $attopt)
{
if ($attopt eq 'PG_FORCE_NULL')
if ($attopt eq 'BKI_FORCE_NULL')
{
$row{'forcenull'} = 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment