mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 03:40:28 -05:00
Fix typo in eb68379c3.
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
This commit is contained in:
parent
17d436d2e8
commit
06d36fa40c
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ sub Catalogs
|
|||
|
||||
if (defined $attopt)
|
||||
{
|
||||
if ($attopt eq 'PG_FORCE_NULL')
|
||||
if ($attopt eq 'BKI_FORCE_NULL')
|
||||
{
|
||||
$row{'forcenull'} = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue