Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 06d36fa

Browse files
committed
Fix typo in eb68379.
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
1 parent 17d436d commit 06d36fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/Catalog.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ sub Catalogs
179179

180180
if (defined $attopt)
181181
{
182-
if ($attopt eq 'PG_FORCE_NULL')
182+
if ($attopt eq 'BKI_FORCE_NULL')
183183
{
184184
$row{'forcenull'} = 1;
185185
}

0 commit comments

Comments
 (0)