Github user paul-guo- commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1243#discussion_r118220716
  
    --- Diff: src/backend/executor/nodeMaterial.c ---
    @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node)
        }
     }
     
    +
    +/*
    + * mkLockFileForWriter
    + * 
    + * Create a unique lock file for writer. Then use flock's unblock way to 
lock the lock file.
    --- End diff --
    
    use flock() to lock/unlock the lock file.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to