Fix typo in eb68379c3.
authorAndres Freund <andres@anarazel.de>
Thu, 9 Apr 2015 11:29:22 +0000 (13:29 +0200)
committerAndres Freund <andres@anarazel.de>
Thu, 9 Apr 2015 11:29:22 +0000 (13:29 +0200)
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

src/backend/catalog/Catalog.pm

index c7b1c1785e456590b15e96f26e0c30151debe198..ac1dafb0411990c565dd023445367140adf49822 100644 (file)
@@ -179,7 +179,7 @@ sub Catalogs
 
                    if (defined $attopt)
                    {
-                       if ($attopt eq 'PG_FORCE_NULL')
+                       if ($attopt eq 'BKI_FORCE_NULL')
                        {
                            $row{'forcenull'} = 1;
                        }