You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/12/11 19:33:01 UTC

[jira] [Commented] (VCL-1103) change vcldsemaphore.pid from smallint to mediumint

    [ https://issues.apache.org/jira/browse/VCL-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16717853#comment-16717853 ] 

ASF subversion and git services commented on VCL-1103:
------------------------------------------------------

Commit 5743cf340df3d63e3bad8c2c4b800e2f8f6cbbdd in vcl's branch refs/heads/develop from [~jfthomps]
[ https://git-wip-us.apache.org/repos/asf?p=vcl.git;h=5743cf3 ]

VCL-1103 - change vcldsemaphore.pid from smallint to mediumint

vcl.sql: changed definition of vcldsemaphore.pid to be mediumint instead of smallint

update-vcl.sql:
-changed definition of vcldsemaphore.pid to be mediumint instead of smallint
-added alter table to change vcldsemaphore.pid to be mediumint instead of smallint


> change vcldsemaphore.pid from smallint to mediumint
> ---------------------------------------------------
>
>                 Key: VCL-1103
>                 URL: https://issues.apache.org/jira/browse/VCL-1103
>             Project: VCL
>          Issue Type: Bug
>          Components: database
>            Reporter: Josh Thompson
>            Priority: Major
>             Fix For: 2.5.1
>
>
> Some versions of Linux can now have pids greater than 65535.  The vcldsemaphore.pid field needs to be updated to handle this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)