Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lEvPM-0006d2-E3 for pgadmin-hackers@arkaria.postgresql.org; Wed, 24 Feb 2021 14:44:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lEvPL-0002Vd-Bx for pgadmin-hackers@arkaria.postgresql.org; Wed, 24 Feb 2021 14:44:55 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lEvPL-0002VW-4m for pgadmin-hackers@lists.postgresql.org; Wed, 24 Feb 2021 14:44:55 +0000 Received: from mail-lj1-x235.google.com ([2a00:1450:4864:20::235]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lEvPJ-0000I5-CG for pgadmin-hackers@postgresql.org; Wed, 24 Feb 2021 14:44:54 +0000 Received: by mail-lj1-x235.google.com with SMTP id u4so2696012lja.3 for ; Wed, 24 Feb 2021 06:44:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=Gb8/fwwsX8BEP7P7DueEHA3R7ZJ58TzBX1W1+aC2Yiw=; b=ev9Z8hyVgCjtLa3B1SKwTvU81JVFhNSR3frftvlMcYlgmi4K85IUV+7buyc12PXHu0 rLQ9Jdotb+P5itfQBVUMCL1S6i+nUJIQScEAg/tu4ZMnydsLgzFGq1F7UIc3iCH4IK3U l0JutWfApIDB+AtBENVTyqCSHTWUhDml8lVDwqQrxf+IOqvht6W9minJagvJ/jOhn3PT U7yNK2KyBfSJ05L0gVMYnDhBEbyBh7/Wxvyi69Rq/5ka03TbzaFltzShxAB/94H6DzzX nU4dc+VTjyq25GeKfNJLjVZDaJrAOiZRIXdeJQOamW9UYbRsf2V04k0YZlqaSDL/wpTW qIKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=Gb8/fwwsX8BEP7P7DueEHA3R7ZJ58TzBX1W1+aC2Yiw=; b=BxF5LZKrQtEBT7T3GAVBV4hvJXiyCvkf0C0qOTb5Zgu6WHKIFRq2qVKkaHm3Z0Fbaq C1zVwXvDY1cZZErrlAK/gb2WjpoCnzz49ENfThoi3gm5TqHBOGeqNQxjIrTp8pqwXuoN PJKlmEIh1Ocd0I6NgAhpMFOy7u+02Fs6+hiF6wABRJa9mtWt0DWrXH+icBIMV6xj52vH SP1zwCOTCCuZtweD565WuD++eYflCTDIZ6F894WPe2e1lvit0Cbjghk4iJ1gdAZpcW5k NnTvBWYJoe9GOvMLDohT0cwupoS6Dkdt3h567IJZAmGCByKCkGQ2kUT7lCn2eiqVOEVq yTEA== X-Gm-Message-State: AOAM530bM2xEVY2+iMKN24tIhZ0O19zIWnJFWA5oYUVqZWkdtzFyE6sh XijV75dvXDvclO82pLmL+zc= X-Google-Smtp-Source: ABdhPJzJZpSUGa2gIWxSX2hZHdam49V/TZgi4o0AFp2C8yvCtuMosGuqDDeSmQL4WjniQUafpvfzfQ== X-Received: by 2002:a05:651c:1ad:: with SMTP id c13mr19669414ljn.287.1614177892337; Wed, 24 Feb 2021 06:44:52 -0800 (PST) Received: from seb ([77.232.147.173]) by smtp.gmail.com with ESMTPSA id m17sm526151lfg.215.2021.02.24.06.44.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Feb 2021 06:44:51 -0800 (PST) From: Sergey Burladyan To: Neel Patel Cc: pgadmin-hackers , Ashesh Vashi , Dave Page Subject: Re: pgagent unicode support References: <87a6shyenl.fsf@gmail.com> <874ki1yais.fsf@gmail.com> <87zgztwv30.fsf@gmail.com> Date: Wed, 24 Feb 2021 17:44:49 +0300 In-Reply-To: (Neel Patel's message of "Wed, 24 Feb 2021 17:53:08 +0530") Message-ID: <87v9ahwmn2.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Neel Patel writes: > Thanks for the review. Please find the attached updated patch. > Do review it and let me know in case of any comments. Looks good, thanks! -- Sergey Burladyan